Remove uneeded lines after newClient() refactoring

This commit is contained in:
Angristan 2018-08-19 00:18:05 +02:00
parent 2f5795b0c3
commit 602c169bd8

View file

@ -774,11 +774,7 @@ setenv opt block-outside-dns
verb 3" >> /etc/openvpn/client-template.txt
# Generate the custom client.ovpn
newclient "$CLIENT"
echo ""
echo "Finished!"
echo ""
echo "Your client config is available at $homeDir/$CLIENT.ovpn"
newclient
echo "If you want to add more clients, you simply need to run this script another time!"
fi
exit 0;