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