Kaynağa Gözat

Restart openvpn after stunnel install

Bob Mottram 7 yıl önce
ebeveyn
işleme
a7f783c3a8
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      src/freedombone-app-vpn

+ 2
- 0
src/freedombone-app-vpn Dosyayı Görüntüle

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