mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-09 16:20:04 +01:00
Update openvpn-install.sh
This commit is contained in:
parent
7b27acd69b
commit
b277bb84db
@ -1150,11 +1150,11 @@ function newClient() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
# $homeDir
|
# $homeDir
|
||||||
} >>"/etc/openvpn/client/$CLIENT.ovpn"
|
} >>"$homeDir/$CLIENT.ovpn"
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
# $homeDir
|
# $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."
|
echo "Download the .ovpn file and import it in your OpenVPN client."
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user