Uncommented CleanUp as debugging is done
This commit is contained in:
parent
486f63043d
commit
ae8ef5ff13
|
@ -4,7 +4,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance
|
|||
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
||||
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
||||
PROGRAM_VERSION=1.2-beta3
|
||||
PROGRAM_BUILD=2016121204
|
||||
PROGRAM_BUILD=2016121205
|
||||
IS_STABLE=no
|
||||
|
||||
#TODO: is debug subset relevant ?
|
||||
|
@ -112,8 +112,7 @@ function TrapQuit {
|
|||
Logger "$PROGRAM finished." "ALWAYS"
|
||||
exitcode=0
|
||||
fi
|
||||
#WIP
|
||||
#CleanUp
|
||||
CleanUp
|
||||
KillChilds $$ > /dev/null 2>&1
|
||||
|
||||
exit $exitcode
|
||||
|
|
Loading…
Reference in New Issue