Fixed typo
This commit is contained in:
parent
9dfd3e32ac
commit
e3f5b2f85b
4
osync.sh
4
osync.sh
|
@ -3,7 +3,7 @@
|
||||||
###### Osync - Rsync based two way sync engine with fault tolerance
|
###### Osync - Rsync based two way sync engine with fault tolerance
|
||||||
###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr)
|
###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr)
|
||||||
OSYNC_VERSION=0.99RC2-qs
|
OSYNC_VERSION=0.99RC2-qs
|
||||||
OSYNC_BUILD=1811201304
|
OSYNC_BUILD=2511201301
|
||||||
|
|
||||||
DEBUG=no
|
DEBUG=no
|
||||||
SCRIPT_PID=$$
|
SCRIPT_PID=$$
|
||||||
|
@ -276,7 +276,7 @@ function GetOperatingSystem
|
||||||
if [ $? != 0 ]
|
if [ $? != 0 ]
|
||||||
then
|
then
|
||||||
LOCAL_OS_VAR=$(uname -v 2>&1)
|
LOCAL_OS_VAR=$(uname -v 2>&1)
|
||||||
if [ $! != 0 ]
|
if [ $? != 0 ]
|
||||||
then
|
then
|
||||||
LOCAL_OS_VAR=($uname)
|
LOCAL_OS_VAR=($uname)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue