diff --git a/functions/fn_check_ip b/functions/fn_check_ip index 37aa0f265..81f6ab6c0 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://gameservermanagers.com -# Version: 170415 +# Version: 120715 # 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". @@ -23,8 +23,9 @@ if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then echo -en "${getip}\n" echo -en "" echo -en "http://gameservermanagers.com/network-interfaces" + echo -en "" exit else ip=${getip} fi -fi \ No newline at end of file +fi