throttlewatch: fix stray characters

This commit is contained in:
Calin Crisan 2017-12-18 22:29:36 +02:00
parent dd818be299
commit fd3e72da65
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)