From e3083b908a1f84a26a0f5e2e16a8e214d1ab2abd Mon Sep 17 00:00:00 2001 From: nu11secur1ty Date: Tue, 17 Jan 2023 11:27:14 +0200 Subject: [PATCH] Update openvpn-install.sh --- openvpn-install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 7c6f741..332011a 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1149,10 +1149,12 @@ function newClient() { echo "" ;; esac - } >>"$homeDir/$CLIENT.ovpn" + # $homeDir + } >>"/etc/openvpn/client/$CLIENT.ovpn" echo "" - echo "The configuration file has been written to $homeDir/$CLIENT.ovpn." + # $homeDir + echo "The configuration file has been written to /etc/openvpn/client/$CLIENT.ovpn." echo "Download the .ovpn file and import it in your OpenVPN client." exit 0