Skip to content
Snippets Groups Projects
Commit fad5f570 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: 35987
parent d0ddec11
No related branches found
No related tags found
No related merge requests found
...@@ -186,9 +186,9 @@ set_state() { ...@@ -186,9 +186,9 @@ set_state() {
case "$1" in case "$1" in
preinit) preinit)
insmod leds-gpio insmod leds-gpio 2> /dev/null
insmod ledtrig-default-on insmod ledtrig-default-on 2> /dev/null
insmod ledtrig-timer insmod ledtrig-timer 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