Pārlūkot izejas kodu

Remove tahoelafs password file

Bob Mottram 8 gadus atpakaļ
vecāks
revīzija
277cac62af
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3
    0
      src/freedombone-app-tahoelafs

+ 3
- 0
src/freedombone-app-tahoelafs Parādīt failu

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