diff --git a/openvpn-install.sh b/openvpn-install.sh index 6fefa28..42df400 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -91,7 +91,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then # Generates the custom client.ovpn newclient "$CLIENT" echo "" - echo "Client $CLIENT added, certs available at ~/$CLIENT.ovpn" + echo "Client $CLIENT added, configuration is available at" ~/"$CLIENT.ovpn" exit ;; 2) @@ -379,6 +379,6 @@ verb 3" > /etc/openvpn/client-common.txt echo "" echo "Finished!" 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!" fi