silence a bogus preinit message
[openwrt.git] / target / linux / x86 / base-files / etc / preinit.arch
index f29f0d4..00db8b4 100644 (file)
@@ -1,2 +1,2 @@
 mount -t proc none /proc
-grep 'failsafe=' /proc/cmdline && export FAILSAFE=true
+grep 'failsafe=' /proc/cmdline > /dev/null && export FAILSAFE=true
This page took 0.02474 seconds and 4 git commands to generate.