From 3c1e6da57230c02e7e8fb21a26dd920012255c75 Mon Sep 17 00:00:00 2001 From: Efreak Date: Thu, 31 Dec 2015 17:41:20 -0800 Subject: [PATCH] Line break at end of IP warning Not having the line break makes it a bit harder than just double-clicking to select the url and copy/paste it. --- functions/check_ip.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/check_ip.sh b/functions/check_ip.sh index c8235b0c9..3e7e86cd3 100644 --- a/functions/check_ip.sh +++ b/functions/check_ip.sh @@ -25,11 +25,11 @@ else echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" echo -en "" - echo -en "http://gameservermanagers.com/network-interfaces" + echo -en "http://gameservermanagers.com/network-interfaces\n" echo -en "" exit 1 else ip=${getip} fi fi -fi \ No newline at end of file +fi