gsmd: Fix the name of the script as it was copied from the gsmd one

This commit is contained in:
Holger Hans Peter Freyther 2013-03-16 11:09:59 +01:00
parent a7c614b3dd
commit 675a2f814f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ case "$1" in
fi
;;
stop)
echo -n "Stopping GSM daemon: "
echo -n "Stopping cell-log daemon: "
start-stop-daemon -K -x bash -p $PIDFILE
echo "cell-log."
;;