From a2b127c3e102c58030b7d2920ae36a14d1726c9e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 23 Nov 2021 21:10:57 +0100 Subject: [PATCH] Core Update 162: Ship and restart OpenVPN MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/162/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/162/update.sh b/config/rootfiles/core/162/update.sh index d9aeebec7b..0bceb17cfc 100644 --- a/config/rootfiles/core/162/update.sh +++ b/config/rootfiles/core/162/update.sh @@ -90,6 +90,8 @@ rm -rf \ /usr/bin/whois # Stop services +/usr/local/bin/openvpnctrl -k +/usr/local/bin/openvpnctrl -kn2n # Extract files extract_files @@ -116,6 +118,8 @@ ldconfig /usr/local/bin/sshctrl # Start services +/usr/local/bin/openvpnctrl -s +/usr/local/bin/openvpnctrl -sn2n /etc/init.d/sshd restart /etc/init.d/suricata restart /etc/init.d/unbound restart -- 2.39.5