From b2aeffb2e0f4ef80768641977d382cb116ed6087 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Sun, 7 Sep 2003 09:47:03 +0000 Subject: [PATCH] send SIGKILL to stop web services --- helm/hbugs/broker/hbugs_broker_ctl.sh | 2 +- helm/hbugs/tutors/sabba.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/hbugs/broker/hbugs_broker_ctl.sh b/helm/hbugs/broker/hbugs_broker_ctl.sh index b06f844f1..57ee007d5 100755 --- a/helm/hbugs/broker/hbugs_broker_ctl.sh +++ b/helm/hbugs/broker/hbugs_broker_ctl.sh @@ -10,6 +10,6 @@ if [ "$1" = "start" ]; then echo "done!" elif [ "$1" = "stop" ]; then echo -n "Stopping HBugs broker ... " - killall $daemon + killall -9 $daemon echo "done!" fi diff --git a/helm/hbugs/tutors/sabba.sh b/helm/hbugs/tutors/sabba.sh index 988a081f2..55188b8c4 100755 --- a/helm/hbugs/tutors/sabba.sh +++ b/helm/hbugs/tutors/sabba.sh @@ -34,7 +34,7 @@ while read line; do tutor=`echo $line | sed 's/\.ml//'` if [ "$1" = "stop" ]; then echo -n "Stopping HBugs tutor $tutor ... " - killall $tutor + killall -9 $tutor echo "done!" elif [ "$1" = "start" ]; then echo -n "Starting HBugs tutor $tutor ... " -- 2.39.2