From b8c82acbe8f2aa99cfd669b54d8c3ec274aedea3 Mon Sep 17 00:00:00 2001 From: CedarLUG Date: Thu, 1 Sep 2016 15:26:10 -0500 Subject: [PATCH] Cleaning up where the pid vanishes between the query and the evaluation. --- lgsm/functions/command_stop.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lgsm/functions/command_stop.sh b/lgsm/functions/command_stop.sh index a98246b63..08464b405 100644 --- a/lgsm/functions/command_stop.sh +++ b/lgsm/functions/command_stop.sh @@ -209,6 +209,7 @@ fn_stop_ark(){ rev | cut -d\/ -f1) # # check for a valid pid + pid=${pid//[!0-9]/} let pid+=0 # turns an empty string into a valid number, '0', # and a valid numeric pid remains unchanged. if [[ ${pid} -gt 1 && $pid -le $(cat /proc/sys/kernel/pid_max) ]] ; then