Daniel Gibbs преди 11 години
родител
ревизия
379628220e
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      functions/fn_autoip

+ 3 - 3
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"