From 5b5e4351b5f9830fad684e3d96f7e601ab731021 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 17 Apr 2015 00:24:18 +0100 Subject: [PATCH] Added link to more info about the error --- functions/fn_check_ip | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/fn_check_ip b/functions/fn_check_ip index 43480eaf8..c73167a3e 100644 --- a/functions/fn_check_ip +++ b/functions/fn_check_ip @@ -2,7 +2,7 @@ # LGSM fn_check_ip function # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 260115 +# Version: 170415 # Description: Automatically identifies the server interface IP. # If multiple interfaces are detected the user will need to manualy set using ip="0.0.0.0". @@ -21,6 +21,8 @@ if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" 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" exit else ip=${getip}