mirror of
https://github.com/deajan/osync
synced 2024-11-11 07:10:40 +00:00
No conflictlist file will not trigger an error
This commit is contained in:
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…
Reference in New Issue
Block a user