Daemon related changes
This commit is contained in:
parent
794939926c
commit
aabdb997ec
|
@ -2593,8 +2593,7 @@ function SyncOnChanges {
|
|||
eval "$cmd"
|
||||
retval=$?
|
||||
if [ $retval != 0 ] && [ $retval != 240 ]; then
|
||||
Logger "osync child exited with error." "CRITICAL"
|
||||
exit $retval
|
||||
Logger "osync child exited with error." "ERROR"
|
||||
fi
|
||||
|
||||
Logger "#### Monitoring now." "NOTICE"
|
||||
|
|
|
@ -1566,8 +1566,7 @@ function SyncOnChanges {
|
|||
eval "$cmd"
|
||||
retval=$?
|
||||
if [ $retval != 0 ] && [ $retval != 240 ]; then
|
||||
Logger "osync child exited with error." "CRITICAL"
|
||||
exit $retval
|
||||
Logger "osync child exited with error." "ERROR"
|
||||
fi
|
||||
|
||||
Logger "#### Monitoring now." "NOTICE"
|
||||
|
|
Loading…
Reference in New Issue