Browse Source

Restart openvpn after stunnel install

Bob Mottram 8 years ago
parent
commit
a7f783c3a8
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-app-vpn

+ 2
- 0
src/freedombone-app-vpn View File

617
 
617
 
618
     install_stunnel
618
     install_stunnel
619
 
619
 
620
+    systemctl restart openvpn
621
+
620
     APP_INSTALLED=1
622
     APP_INSTALLED=1
621
 }
623
 }
622
 
624