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