Remove uneeded lines after newClient() refactoring
This commit is contained in:
parent
5087a3a282
commit
32744f853a
1 changed files with 1 additions and 5 deletions
|
|
@ -851,11 +851,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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue