Restart openvpn after stunnel install

This commit is contained in:
Bob Mottram 2017-09-27 15:13:00 +01:00
parent 78c55d7e23
commit a7f783c3a8
1 changed files with 2 additions and 0 deletions

View File

@ -617,6 +617,8 @@ function install_vpn {
install_stunnel
systemctl restart openvpn
APP_INSTALLED=1
}