Browse Source

Restart tor after tahoelafs install

Bob Mottram 8 years ago
parent
commit
a290548c1a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-tahoelafs

+ 1
- 1
src/freedombone-app-tahoelafs View File

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