Browse Source

hide any errors

Waldemar Brodkorb 9 years ago
parent
commit
933a624536
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/base-files/src/etc/init.d/done

+ 1 - 1
package/base-files/src/etc/init.d/done

@@ -1,4 +1,4 @@
 #!/bin/sh
 #!/bin/sh
 #INIT 98
 #INIT 98
-[[ $1 = autostart ]] && sysctl -p >&-
+[[ $1 = autostart ]] && sysctl -p >&- 2>/dev/null
 exit 0
 exit 0