This commit is contained in:
deajan 2014-05-27 20:08:07 +02:00
parent 5a2fb4f286
commit abe0a1c954
1 changed files with 1 additions and 1 deletions

View File

@ -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."