From bf9d6ad62ad2bc3d7249873b7822d0acdf7ffcce Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 22 Feb 2023 15:24:36 +0000 Subject: [PATCH] core173: Ensure that the OpenVPN authenticator definitely does not run any more Signed-off-by: Michael Tremer --- config/rootfiles/core/173/update.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5