mirror of https://github.com/OpenIPC/firmware.git
update rc.local stop case
parent
c5f3043377
commit
2779f0fb62
|
@ -22,9 +22,11 @@ case "$1" in
|
||||||
restart|reload)
|
restart|reload)
|
||||||
start
|
start
|
||||||
;;
|
;;
|
||||||
|
stop)
|
||||||
|
# Intentionally left blank, no need to stop rc.local
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Usage: $0 {start|restart|reload}"
|
echo "Usage: $0 {start|stop|restart|reload}"
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue