Browse Source

Restart openvpn after stunnel install

Bob Mottram 7 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,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