aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-04-26 11:43:31 +0000
committerJohn Crispin <blogic@openwrt.org>2016-04-26 11:43:31 +0000
commit3f3cb0e07b44f71084b716348b78f3b78c6a9ffa (patch)
tree1c5bdce026650e15bf00b316831db89bbcf3925d
parent62837f056323f027a51e627aaadf346641657bef (diff)
downloadmaster-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
-rw-r--r--target/linux/lantiq/base-files/etc/diag.sh2
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
}