From 2ca8803b3a2d4d46c64254fab1e6191b3f2ca8c3 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 8 Oct 2018 21:53:30 +0200 Subject: [PATCH] No need for paranoia debug in CleanUp for remote exec --- dev/ofunctions.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 497044b..69b55eb 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -31,7 +31,7 @@ #### OFUNCTIONS MINI SUBSET #### #### OFUNCTIONS MICRO SUBSET #### _OFUNCTIONS_VERSION=2.3.0-RC2 -_OFUNCTIONS_BUILD=2018100802 +_OFUNCTIONS_BUILD=2018100803 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### @@ -440,8 +440,6 @@ function KillAllChilds { #### CleanUp SUBSET #### function CleanUp { - __CheckArguments 0 $# "$@" #__WITH_PARANOIA_DEBUG - if [ "$_DEBUG" != "yes" ]; then rm -f "$RUN_DIR/$PROGRAM."*".$SCRIPT_PID.$TSTAMP" # Fix for sed -i requiring backup extension for BSD & Mac (see all sed -i statements)