aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index a7348895..b6b2bbfe 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -187,7 +187,7 @@ if [ $usb = "1" ]; then
fi
fi
-if [ -f /fastboot -o grep -q "fastboot" /proc/cmdline 2>/dev/null ]; then
+if [ -f /fastboot ] || grep -q "fastboot" /proc/cmdline 2>/dev/null ; then
fastboot=yes
else
fastboot=