1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-23 21:46:08 +03:00

UX improvements

Fixes #241.
This commit is contained in:
Nyr 2016-12-11 19:11:57 +01:00
parent 597d16d094
commit c6880407dd

View File

@ -91,7 +91,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then
# Generates the custom client.ovpn # Generates the custom client.ovpn
newclient "$CLIENT" newclient "$CLIENT"
echo "" echo ""
echo "Client $CLIENT added, certs available at ~/$CLIENT.ovpn" echo "Client $CLIENT added, configuration is available at" ~/"$CLIENT.ovpn"
exit exit
;; ;;
2) 2)
@ -379,6 +379,6 @@ verb 3" > /etc/openvpn/client-common.txt
echo "" echo ""
echo "Finished!" echo "Finished!"
echo "" echo ""
echo "Your client config is available at ~/$CLIENT.ovpn" echo "Your client configuration is available at" ~/"$CLIENT.ovpn"
echo "If you want to add more clients, you simply need to run this script another time!" echo "If you want to add more clients, you simply need to run this script another time!"
fi fi