Skip to content
Snippets Groups Projects
Commit 277cac62 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove tahoelafs password file

parent 6e12e971
No related branches found
No related tags found
No related merge requests found
......@@ -384,6 +384,9 @@ function remove_tahoelafs {
rm -rf /home/tahoelafs
fi
remove_app tahoelafs
if [ -f /etc/nginx/.htpasswd-tahoelafs ]; then
shred -zu /etc/nginx/.htpasswd-tahoelafs
fi
systemctl reload tor
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment