lantiq: Fix typo in LED diag script.
[openwrt/staging/blogic.git] / target / linux / lantiq / base-files / etc / diag.sh
index 8356bcda69a42ed9bc2be9aedbfd193408fccd4d..71d6f3e511796597b3cb140c3f0e64fef949a692 100644 (file)
@@ -25,7 +25,7 @@ set_state() {
                ;;
        done)
                status_led_off
-               [ -n "$running" ] & {
+               [ -n "$running" ] && {
                        status_led="$running"
                        status_led_on
                }