Skip to content
Snippets Groups Projects
Commit b22cbac6 authored by John Crispin's avatar John Crispin
Browse files

make sure errors get sent to /dev/null


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 35988
parent fad5f570
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ set_state() { ...@@ -128,7 +128,7 @@ set_state() {
case "$1" in case "$1" in
preinit) preinit)
insmod leds-gpio insmod leds-gpio 2> /dev/null
status_led_blink_preinit status_led_blink_preinit
;; ;;
failsafe) failsafe)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment