From 379628220e37e701de0327ca31f5d79c8a313ef1 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 29 Dec 2014 01:09:44 +0000 Subject: [PATCH] Punctuation --- functions/fn_autoip | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"