Ver código fonte

Restart openvpn after stunnel install

Bob Mottram 7 anos atrás
pai
commit
a7f783c3a8
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      src/freedombone-app-vpn

+ 2
- 0
src/freedombone-app-vpn Ver arquivo

@@ -617,6 +617,8 @@ function install_vpn {
617 617
 
618 618
     install_stunnel
619 619
 
620
+    systemctl restart openvpn
621
+
620 622
     APP_INSTALLED=1
621 623
 }
622 624