소스 검색

Punctuation

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"