diff --git a/board/raspberrypi/overlay/etc/init.d/S11throttlewatch b/board/raspberrypi/overlay/etc/init.d/S11throttlewatch index 128da273bc..05e1ada454 100755 --- a/board/raspberrypi/overlay/etc/init.d/S11throttlewatch +++ b/board/raspberrypi/overlay/etc/init.d/S11throttlewatch @@ -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) diff --git a/board/raspberrypi2/overlay/etc/init.d/S11throttlewatch b/board/raspberrypi2/overlay/etc/init.d/S11throttlewatch index 128da273bc..05e1ada454 100755 --- a/board/raspberrypi2/overlay/etc/init.d/S11throttlewatch +++ b/board/raspberrypi2/overlay/etc/init.d/S11throttlewatch @@ -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) diff --git a/board/raspberrypi3/overlay/etc/init.d/S11throttlewatch b/board/raspberrypi3/overlay/etc/init.d/S11throttlewatch index 128da273bc..05e1ada454 100755 --- a/board/raspberrypi3/overlay/etc/init.d/S11throttlewatch +++ b/board/raspberrypi3/overlay/etc/init.d/S11throttlewatch @@ -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)