Procházet zdrojové kódy

Restart tor after tahoelafs install

Bob Mottram před 8 roky
rodič
revize
a290548c1a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/freedombone-app-tahoelafs

+ 1
- 1
src/freedombone-app-tahoelafs Zobrazit soubor

@@ -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