silence a bogus preinit message

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9429 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2007-10-24 17:14:09 +00:00
parent 740d19125f
commit c0663848e7
1 changed files with 1 additions and 1 deletions

View 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