Update openvpn-install.sh

This commit is contained in:
nu11secur1ty 2023-01-17 13:30:31 +02:00 committed by GitHub
parent 7b27acd69b
commit b277bb84db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1150,11 +1150,11 @@ function newClient() {
;;
esac
# $homeDir
} >>"/etc/openvpn/client/$CLIENT.ovpn"
} >>"$homeDir/$CLIENT.ovpn"
echo ""
# $homeDir
echo "The configuration file has been written to /etc/openvpn/client/$CLIENT.ovpn."
echo "The configuration file has been written to $homeDir/$CLIENT.ovpn."
echo "Download the .ovpn file and import it in your OpenVPN client."
exit 0