mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46: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"
|
||||
watch_now &
|
||||
watch_since_boot &
|
||||
10 test $? == 0 && msg_done || msg_fail
|
||||
test $? == 0 && msg_done || msg_fail
|
||||
;;
|
||||
|
||||
stop)
|
||||
|
@ -46,7 +46,7 @@ case "$1" in
|
||||
msg_begin "Starting throttle watcher"
|
||||
watch_now &
|
||||
watch_since_boot &
|
||||
10 test $? == 0 && msg_done || msg_fail
|
||||
test $? == 0 && msg_done || msg_fail
|
||||
;;
|
||||
|
||||
stop)
|
||||
|
@ -46,7 +46,7 @@ case "$1" in
|
||||
msg_begin "Starting throttle watcher"
|
||||
watch_now &
|
||||
watch_since_boot &
|
||||
10 test $? == 0 && msg_done || msg_fail
|
||||
test $? == 0 && msg_done || msg_fail
|
||||
;;
|
||||
|
||||
stop)
|
||||
|
Loading…
x
Reference in New Issue
Block a user