No conflictlist file will not trigger an error

pull/163/head
deajan 6 years ago
parent 71942082f8
commit 1c9db7136f

@ -7,7 +7,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance
AUTHOR="(C) 2013-2018 by Orsiris de Jong"
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
PROGRAM_VERSION=1.3.0-pre-rc1
PROGRAM_BUILD=2018122101
PROGRAM_BUILD=2018122901
IS_STABLE=no
##### Execution order #__WITH_PARANOIA_DEBUG
@ -2432,7 +2432,7 @@ function LogConflicts {
Logger "$(cat ${INITIATOR[$__replicaDir]}${INITIATOR[$__stateDir]}/${INITIATOR[$__conflictListFile]})" "ALWAYS"
)
else
Logger "No conflictList file." "ERROR"
Logger "No conflictList file." "NOTICE"
fi
if [ "$ALERT_CONFLICTS" == "yes" ] && [ -s "$RUN_DIR/$PROGRAM.conflictList.compare.$SCRIPT_PID.$TSTAMP" ]; then

Loading…
Cancel
Save