Remove tahoelafs password file
This commit is contained in:
parent
6e12e97109
commit
277cac62af
|
@ -384,6 +384,9 @@ function remove_tahoelafs {
|
||||||
rm -rf /home/tahoelafs
|
rm -rf /home/tahoelafs
|
||||||
fi
|
fi
|
||||||
remove_app tahoelafs
|
remove_app tahoelafs
|
||||||
|
if [ -f /etc/nginx/.htpasswd-tahoelafs ]; then
|
||||||
|
shred -zu /etc/nginx/.htpasswd-tahoelafs
|
||||||
|
fi
|
||||||
systemctl reload tor
|
systemctl reload tor
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue