Skip to content

Commit

Permalink
Added \n where there ought be one
Browse files Browse the repository at this point in the history
  • Loading branch information
Euan Reid committed Nov 27, 2016
1 parent 6bed50f commit c4dcdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ec2gaming-vpnup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi
if [ $CONFIG_EXISTS -eq 0 ]; then
sed "s#IP#$IP#g;s#AUTH#$AUTH#g" ec2gaming.ovpn.template > ec2gaming.ovpn
open ec2gaming.ovpn
echo "Waiting 10 seconds for import..."
echo "Waiting 10 seconds for import...\n"
sleep 10
fi

Expand Down

0 comments on commit c4dcdf5

Please sign in to comment.