diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-26 11:43:31 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-04-26 11:43:31 +0000 |
commit | 3f3cb0e07b44f71084b716348b78f3b78c6a9ffa (patch) | |
tree | 1c5bdce026650e15bf00b316831db89bbcf3925d /target/linux/lantiq/base-files | |
parent | 62837f056323f027a51e627aaadf346641657bef (diff) | |
download | master-187ad058-3f3cb0e07b44f71084b716348b78f3b78c6a9ffa.tar.gz master-187ad058-3f3cb0e07b44f71084b716348b78f3b78c6a9ffa.tar.bz2 master-187ad058-3f3cb0e07b44f71084b716348b78f3b78c6a9ffa.zip |
lantiq: Fix typo in LED diag script.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
Acked-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49242 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/base-files')
-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 } |