From ae8ef5ff139f69c267c865d1b33c0ed0317e841e Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 12 Dec 2016 19:23:58 +0100 Subject: [PATCH] Uncommented CleanUp as debugging is done --- dev/n_osync.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev/n_osync.sh b/dev/n_osync.sh index daaee4d..9d49723 100755 --- a/dev/n_osync.sh +++ b/dev/n_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" 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