Rebuilt targets
This commit is contained in:
parent
ef3153cbcd
commit
66c2735564
|
@ -4,7 +4,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance
|
||||||
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
||||||
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
||||||
PROGRAM_VERSION=1.1.2
|
PROGRAM_VERSION=1.1.2
|
||||||
PROGRAM_BUILD=20160801301
|
PROGRAM_BUILD=20160802201
|
||||||
IS_STABLE=yes
|
IS_STABLE=yes
|
||||||
|
|
||||||
## FUNC_BUILD=2016071902-b
|
## FUNC_BUILD=2016071902-b
|
||||||
|
@ -1306,9 +1306,7 @@ function TrapQuit {
|
||||||
exitcode=240 # Special exit code for daemon mode not stopping on warnings
|
exitcode=240 # Special exit code for daemon mode not stopping on warnings
|
||||||
else
|
else
|
||||||
UnlockReplicas
|
UnlockReplicas
|
||||||
if [ "$RUN_AFTER_CMD_ON_ERROR" == "yes" ]; then
|
RunAfterHook
|
||||||
RunAfterHook
|
|
||||||
fi
|
|
||||||
CleanUp
|
CleanUp
|
||||||
Logger "$PROGRAM finished." "NOTICE"
|
Logger "$PROGRAM finished." "NOTICE"
|
||||||
exitcode=0
|
exitcode=0
|
||||||
|
@ -3023,5 +3021,4 @@ opts="${opts# *}"
|
||||||
if [ $? == 0 ]; then
|
if [ $? == 0 ]; then
|
||||||
SoftDelete
|
SoftDelete
|
||||||
fi
|
fi
|
||||||
RunAfterHook
|
|
||||||
fi
|
fi
|
||||||
|
|
7
osync.sh
7
osync.sh
|
@ -4,7 +4,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance
|
||||||
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
||||||
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
||||||
PROGRAM_VERSION=1.1.2
|
PROGRAM_VERSION=1.1.2
|
||||||
PROGRAM_BUILD=20160801301
|
PROGRAM_BUILD=20160802201
|
||||||
IS_STABLE=yes
|
IS_STABLE=yes
|
||||||
|
|
||||||
## FUNC_BUILD=2016071902-b
|
## FUNC_BUILD=2016071902-b
|
||||||
|
@ -1232,9 +1232,7 @@ function TrapQuit {
|
||||||
exitcode=240 # Special exit code for daemon mode not stopping on warnings
|
exitcode=240 # Special exit code for daemon mode not stopping on warnings
|
||||||
else
|
else
|
||||||
UnlockReplicas
|
UnlockReplicas
|
||||||
if [ "$RUN_AFTER_CMD_ON_ERROR" == "yes" ]; then
|
RunAfterHook
|
||||||
RunAfterHook
|
|
||||||
fi
|
|
||||||
CleanUp
|
CleanUp
|
||||||
Logger "$PROGRAM finished." "NOTICE"
|
Logger "$PROGRAM finished." "NOTICE"
|
||||||
exitcode=0
|
exitcode=0
|
||||||
|
@ -2912,5 +2910,4 @@ opts="${opts# *}"
|
||||||
if [ $? == 0 ]; then
|
if [ $? == 0 ]; then
|
||||||
SoftDelete
|
SoftDelete
|
||||||
fi
|
fi
|
||||||
RunAfterHook
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue