From 0a4f2b5920a8c4fa5afc021bc95a6aa781984013 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 26 Apr 2016 11:43:31 +0000 Subject: [PATCH] lantiq: Fix typo in LED diag script. Signed-off-by: Vittorio Gambaletta Acked-by: Mathias Kresin SVN-Revision: 49242 --- target/linux/lantiq/base-files/etc/diag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.30.2