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 765a3886..4a496ee4 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -219,7 +219,7 @@ elif [ -f /.autofsck ]; then
if [ "$PROMPT" != "no" ]; then
(
- while [ "$AUTOFSCK_TIMEOUT" -gt 0 ] do
+ while [ "$AUTOFSCK_TIMEOUT" -gt 0 ]; do
if [ "$AUTOFSCK_DEF_CHECK" = "yes" ] ; then
echo -ne $"\rPress N within $AUTOFSCK_TIMEOUT seconds to skip filesystem check..."
else