Fixes for stopping mbtask

This commit is contained in:
Michiel Broek
2003-12-06 16:59:24 +00:00
parent 08f0ae7711
commit df0e9ee03f
7 changed files with 25 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ case "$1" in
fi
echo -n " stopping mbtask "
kill -15 `pidof $MBSE_ROOT/bin/mbtask`
sleep 3
echo "done."
;;
status)