[OpenWrt-Devel] [PATCH 1/2] lantiq: Fix typo in LED diag script.
Vittorio Gambaletta (VittGam)
openwrt at vittgam.net
Thu Apr 21 17:43:09 EDT 2016
Signed-off-by: Vittorio Gambaletta <openwrt at vittgam.net>
---
--- a/target/linux/lantiq/base-files/etc/diag.sh
+++ b/target/linux/lantiq/base-files/etc/diag.sh
@@ -25,7 +25,7 @@
;;
done)
status_led_off
- [ -n "$running" ] & {
+ [ -n "$running" ] && {
status_led="$running"
status_led_on
}
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list