Explorar el Código

Remove tahoelafs password file

Bob Mottram hace 8 años
padre
commit
277cac62af
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      src/freedombone-app-tahoelafs

+ 3
- 0
src/freedombone-app-tahoelafs Ver fichero

@@ -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