diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 30778cf..b949b47 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -3,7 +3,7 @@ #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.4-dev -_OFUNCTIONS_BUILD=2017052804 +_OFUNCTIONS_BUILD=2017052901 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### @@ -317,7 +317,7 @@ function KillChilds { local pid="${1}" # Parent pid to kill childs local self="${2:-false}" # Should parent be killed too ? - if [ $(IsNumeric "$pid") -eq 0 ] || [ "$pid" == "" ]; then + if [ $(IsNumeric "$pid") -eq 0 ] || [ "$pid" == "" ] || [ "$pid" == "0" ]; then Logger "Bogus pid given [$pid]." "CRITICAL" return 1 fi