diff --git a/functions/fn_autoip b/functions/fn_autoip index 4f60ca8dc..1de8a327a 100644 --- a/functions/fn_autoip +++ b/functions/fn_autoip @@ -2,10 +2,10 @@ # LGSM fn_autoip function # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 081214 +# Version: 291214 -# Identifies the server interface IP -# If multiple interfaces this will need to be set manually +# Identifies the server interface IP. +# If multiple interfaces this will need to be set manually. if [ ! -f /bin/ip ]; then ipcommand="/sbin/ip"