Browse Source

Added newline

pull/450/head
Daniel Gibbs 10 years ago
parent
commit
5117b0ad14
  1. 5
      functions/fn_check_ip

5
functions/fn_check_ip

@ -2,7 +2,7 @@
# LGSM fn_check_ip function # LGSM fn_check_ip function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
# Version: 170415 # Version: 120715
# Description: Automatically identifies the server interface IP. # 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". # 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 "${getip}\n"
echo -en "" echo -en ""
echo -en "http://gameservermanagers.com/network-interfaces" echo -en "http://gameservermanagers.com/network-interfaces"
echo -en ""
exit exit
else else
ip=${getip} ip=${getip}
fi fi
fi fi

Loading…
Cancel
Save