]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/hbugs/tutors/sabba.sh
send SIGKILL to stop web services
[helm.git] / helm / hbugs / tutors / sabba.sh
index 988a081f233d30f444a2c957f33063129a4279ee..55188b8c404ce170a8794bf9cb72f4e5b9dfe405 100755 (executable)
@@ -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 ... "