From 64f0285ad0cfd4fb9410676b9808a5a717ccd43c Mon Sep 17 00:00:00 2001 From: Euan Reid Date: Sat, 26 Nov 2016 18:10:05 -0800 Subject: [PATCH] Removed -n to provide appropriate newline --- scripts/ec2gaming-vpnup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ec2gaming-vpnup.sh b/scripts/ec2gaming-vpnup.sh index 0ca1909..2170a54 100755 --- a/scripts/ec2gaming-vpnup.sh +++ b/scripts/ec2gaming-vpnup.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash source "$(dirname "$0")/ec2gaming.header" -echo -n "Connecting VPN (you may see an authentication prompt)... " +echo "Connecting VPN (you may see an authentication prompt)... " IP=$(./ec2gaming-ip.sh) AUTH=$(realpath "$(pwd)/../ec2gaming.auth") CONFIG_EXISTS=0