This commit is contained in:
Bob Mottram 2017-06-10 14:13:43 +01:00
parent 433f3596d5
commit 46aebc3edd
1 changed files with 2 additions and 2 deletions

View File

@ -380,7 +380,7 @@ function remove_tahoelafs {
if [ -f /etc/nginx/.htpasswd-tahoelafs ]; then
shred -zu /etc/nginx/.htpasswd-tahoelafs
fi
systemctl restart tor
onion_update
}
function create_tahoelafs_stealth_node {
@ -671,7 +671,7 @@ function install_tahoelafs {
set_completion_param "tahoelafs onion domain" "$TAHOELAFS_ONION_HOSTNAME"
create_tahoelafs_web
systemctl restart tor
onion_update
APP_INSTALLED=1
}