From 32744f853abe28c60e45bb7355f6161f7897ae03 Mon Sep 17 00:00:00 2001 From: angristan Date: Mon, 17 Sep 2018 14:49:46 +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 7681313..d980382 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -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;