From 602c169bd8b1df63e5eb2627702cf77491f79262 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 19 Aug 2018 00:18:05 +0200 Subject: [PATCH] Remove uneeded lines after newClient() refactoring --- openvpn-install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 8904079..e4b10c9 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -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;