diff --git a/src/freedombone-app-tahoelafs b/src/freedombone-app-tahoelafs index ad9bbb2d..d3d5c24e 100755 --- a/src/freedombone-app-tahoelafs +++ b/src/freedombone-app-tahoelafs @@ -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 }