From: Michael Tremer Date: Wed, 22 Feb 2023 15:24:36 +0000 (+0000) Subject: core173: Ensure that the OpenVPN authenticator definitely does not run any more X-Git-Tag: v2.27-core173~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf9d6ad62ad2bc3d7249873b7822d0acdf7ffcce;p=ipfire-2.x.git core173: Ensure that the OpenVPN authenticator definitely does not run any more Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/173/update.sh b/config/rootfiles/core/173/update.sh index 24d89c30aa..98fea5a86d 100644 --- a/config/rootfiles/core/173/update.sh +++ b/config/rootfiles/core/173/update.sh @@ -51,6 +51,9 @@ done /etc/rc.d/init.d/sshd stop /etc/rc.d/init.d/suricata stop +# Make sure the OpenVPN authenticator is actually dead +killall -9 openvpn-authenticator + KVER="xxxKVERxxx" # Backup uEnv.txt if exist