mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-24 15:43:25 +00:00
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
This commit is contained in:
parent
517a6fab5f
commit
0a4f2b5920
@ -25,7 +25,7 @@ set_state() {
|
||||
;;
|
||||
done)
|
||||
status_led_off
|
||||
[ -n "$running" ] & {
|
||||
[ -n "$running" ] && {
|
||||
status_led="$running"
|
||||
status_led_on
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user