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