Typo
This commit is contained in:
parent
5a2fb4f286
commit
abe0a1c954
2
osync.sh
2
osync.sh
|
@ -1911,7 +1911,7 @@ function SyncOnChanges
|
||||||
cmd="bash $osync_cmd $opts --no-locks"
|
cmd="bash $osync_cmd $opts --no-locks"
|
||||||
fi
|
fi
|
||||||
eval $cmd
|
eval $cmd
|
||||||
retval = $?
|
retval=$?
|
||||||
if [ $retval != 0 ]
|
if [ $retval != 0 ]
|
||||||
then
|
then
|
||||||
LogError "osync child exited with error."
|
LogError "osync child exited with error."
|
||||||
|
|
Loading…
Reference in New Issue