mirror of
https://github.com/hwdsl2/openvpn-install.git
synced 2026-01-11 10:56:16 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user