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

@@ -45,6 +45,8 @@ case "$1" in
fi
kill -15 `/usr/local/bin/pidof mbtask`
echo -n " mbtask"
sleep 3
echo -n " done"
;;
*)
echo "Usage: `basename $0` {start|stop}" >&2