summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/tvheadend/S99tvheadend4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tvheadend/S99tvheadend b/package/tvheadend/S99tvheadend
index c29e32d333..75b66f37f2 100644
--- a/package/tvheadend/S99tvheadend
+++ b/package/tvheadend/S99tvheadend
@@ -31,7 +31,7 @@ case "$1" in
fi
;;
stop)
- printf "Stoping TVHeadend daemon: "
+ printf "Stopping TVHeadend daemon: "
start-stop-daemon -K -q -p ${PIDFILE} -s TERM
sleep 2
if start-stop-daemon -K -q -p ${PIDFILE} -t; then
@@ -46,7 +46,7 @@ case "$1" in
"${0}" start
;;
*)
- echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
+ echo "Usage: $0 {start|stop|restart|force-reload}" >&2
exit 1
;;
esac
OpenPOWER on IntegriCloud