From 53dcb0d4b7d8918b8e9d8d080d2366db53e07228 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Tue, 13 Dec 2011 13:37:58 +0000 Subject: [PATCH] Task #2800: prevent unnecessary warnings --- RTCP/Run/src/IONProcessing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RTCP/Run/src/IONProcessing.sh b/RTCP/Run/src/IONProcessing.sh index 3b742c49a2d..f53e822b090 100755 --- a/RTCP/Run/src/IONProcessing.sh +++ b/RTCP/Run/src/IONProcessing.sh @@ -32,7 +32,7 @@ function stop() { alarm 10 gracefullyStopBGProcessing.sh # ungraceful exit - [ -e /proc/$PID ] && kill -15 "$PID" && (sleep 2; kill -9 "$PID") + [ -e /proc/$PID ] && kill -15 "$PID" && (sleep 2; [ -e /proc/$PID ] && kill -9 "$PID") } . controller.sh -- GitLab