diff --git a/slib.sh b/slib.sh index ec0f7a3..9fe120b 100644 --- a/slib.sh +++ b/slib.sh @@ -349,7 +349,7 @@ run_ok () { local pidcheck pidcheck=$(ps -eh ${spinpid}) if [ ! -z "$pidcheck" ]; then - kill $spinpid + kill $spinpid 2>/dev/null fi # Log what we were supposed to be running printf "${msg}: " >> ${RUN_LOG}