Fix fsck progress bar.

This commit is contained in:
Roy Marples 2008-03-04 16:58:26 +00:00
parent 6a2cce536e
commit fb85a0833f

View File

@ -45,7 +45,7 @@ start()
fsck_args=${fsck_args--A -p}
if echo 2>/dev/null >/.test.$$; then
rm -f /.test.$$
fsck_opts="${fsck_args} -R"
fsck_opts="${fsck_opts} -R"
fi
fi
reboot_opts="-f"