Restart tor after tahoelafs install

This commit is contained in:
Bob Mottram 2017-03-08 17:52:03 +00:00
parent f37145d13e
commit a290548c1a
1 changed files with 1 additions and 1 deletions

View File

@ -692,7 +692,7 @@ function install_tahoelafs {
set_completion_param "tahoelafs onion domain" "$TAHOELAFS_ONION_HOSTNAME"
create_tahoelafs_web
systemctl reload tor
systemctl restart tor
APP_INSTALLED=1
}