From 1326629bcbb11175cd3aad039cc0a7a23408a04a Mon Sep 17 00:00:00 2001 From: Johan Date: Tue, 10 Jun 2025 20:13:28 +0200 Subject: [PATCH] Save OpenVPN client configs as .conf.save to not autostart on server --- BashScripts/install-openvpn-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BashScripts/install-openvpn-server.sh b/BashScripts/install-openvpn-server.sh index 9972c69..b8a92b4 100644 --- a/BashScripts/install-openvpn-server.sh +++ b/BashScripts/install-openvpn-server.sh @@ -172,7 +172,7 @@ CLIENT_KEY=$(cat "/etc/openvpn/easy-rsa/pki/private/$CLIENT_NAME.key") TA_KEY=$(cat "/etc/openvpn/ta.key") cd "$DIR" -cat > $CLIENT_NAME.conf < $CLIENT_NAME.conf.save <