mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/tvheadend: fix startup script
Obvious fix to the startup script: 'restart' is 'stop+start', not 'stop+stop'. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
ef123e4278
commit
f46682109b
@ -43,7 +43,7 @@ case "$1" in
|
|||||||
restart|force-reload)
|
restart|force-reload)
|
||||||
"${0}" stop
|
"${0}" stop
|
||||||
sleep 2
|
sleep 2
|
||||||
"${0}" stop
|
"${0}" start
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
|
echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user