From e3f5b2f85bd6c872e88d0c397cfe881bf199a8cc Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Mon, 25 Nov 2013 09:36:49 +0100 Subject: [PATCH] Fixed typo --- osync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osync.sh b/osync.sh index 979477d..dddfa1e 100755 --- a/osync.sh +++ b/osync.sh @@ -3,7 +3,7 @@ ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99RC2-qs -OSYNC_BUILD=1811201304 +OSYNC_BUILD=2511201301 DEBUG=no SCRIPT_PID=$$ @@ -276,7 +276,7 @@ function GetOperatingSystem if [ $? != 0 ] then LOCAL_OS_VAR=$(uname -v 2>&1) - if [ $! != 0 ] + if [ $? != 0 ] then LOCAL_OS_VAR=($uname) fi