소스 검색

Remove tahoelafs password file

Bob Mottram 8 년 전
부모
커밋
277cac62af
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/freedombone-app-tahoelafs

+ 3
- 0
src/freedombone-app-tahoelafs 파일 보기

@@ -384,6 +384,9 @@ function remove_tahoelafs {
384 384
         rm -rf /home/tahoelafs
385 385
     fi
386 386
     remove_app tahoelafs
387
+    if [ -f /etc/nginx/.htpasswd-tahoelafs ]; then
388
+        shred -zu /etc/nginx/.htpasswd-tahoelafs
389
+    fi
387 390
     systemctl reload tor
388 391
 }
389 392