mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
throttlewatch: fix stray characters
This commit is contained in:
parent
dd818be299
commit
fd3e72da65
@ -46,7 +46,7 @@ case "$1" in
|
|||||||
msg_begin "Starting throttle watcher"
|
msg_begin "Starting throttle watcher"
|
||||||
watch_now &
|
watch_now &
|
||||||
watch_since_boot &
|
watch_since_boot &
|
||||||
10 test $? == 0 && msg_done || msg_fail
|
test $? == 0 && msg_done || msg_fail
|
||||||
;;
|
;;
|
||||||
|
|
||||||
stop)
|
stop)
|
||||||
|
@ -46,7 +46,7 @@ case "$1" in
|
|||||||
msg_begin "Starting throttle watcher"
|
msg_begin "Starting throttle watcher"
|
||||||
watch_now &
|
watch_now &
|
||||||
watch_since_boot &
|
watch_since_boot &
|
||||||
10 test $? == 0 && msg_done || msg_fail
|
test $? == 0 && msg_done || msg_fail
|
||||||
;;
|
;;
|
||||||
|
|
||||||
stop)
|
stop)
|
||||||
|
@ -46,7 +46,7 @@ case "$1" in
|
|||||||
msg_begin "Starting throttle watcher"
|
msg_begin "Starting throttle watcher"
|
||||||
watch_now &
|
watch_now &
|
||||||
watch_since_boot &
|
watch_since_boot &
|
||||||
10 test $? == 0 && msg_done || msg_fail
|
test $? == 0 && msg_done || msg_fail
|
||||||
;;
|
;;
|
||||||
|
|
||||||
stop)
|
stop)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user