diff options
author | John Crispin <john@openwrt.org> | 2016-04-26 11:43:31 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-26 11:43:31 +0000 |
commit | 0a4f2b5920a8c4fa5afc021bc95a6aa781984013 (patch) | |
tree | 14b8c898ca389fefed72fe2dc70537050fe0127e | |
parent | 517a6fab5f8ee582fc9696824d078a6ffa946344 (diff) | |
download | upstream-0a4f2b5920a8c4fa5afc021bc95a6aa781984013.tar.gz upstream-0a4f2b5920a8c4fa5afc021bc95a6aa781984013.tar.bz2 upstream-0a4f2b5920a8c4fa5afc021bc95a6aa781984013.zip |
lantiq: Fix typo in LED diag script.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
Acked-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 49242
-rw-r--r-- | target/linux/lantiq/base-files/etc/diag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/diag.sh b/target/linux/lantiq/base-files/etc/diag.sh index 8356bcda69..71d6f3e511 100644 --- a/target/linux/lantiq/base-files/etc/diag.sh +++ b/target/linux/lantiq/base-files/etc/diag.sh @@ -25,7 +25,7 @@ set_state() { ;; done) status_led_off - [ -n "$running" ] & { + [ -n "$running" ] && { status_led="$running" status_led_on } |