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"
|
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.2-beta3
|
PROGRAM_VERSION=1.2-beta3
|
||||||
PROGRAM_BUILD=2016121204
|
PROGRAM_BUILD=2016121205
|
||||||
IS_STABLE=no
|
IS_STABLE=no
|
||||||
|
|
||||||
#TODO: is debug subset relevant ?
|
#TODO: is debug subset relevant ?
|
||||||
|
@ -112,8 +112,7 @@ function TrapQuit {
|
||||||
Logger "$PROGRAM finished." "ALWAYS"
|
Logger "$PROGRAM finished." "ALWAYS"
|
||||||
exitcode=0
|
exitcode=0
|
||||||
fi
|
fi
|
||||||
#WIP
|
CleanUp
|
||||||
#CleanUp
|
|
||||||
KillChilds $$ > /dev/null 2>&1
|
KillChilds $$ > /dev/null 2>&1
|
||||||
|
|
||||||
exit $exitcode
|
exit $exitcode
|
||||||
|
|
Loading…
Reference in New Issue