aboutsummaryrefslogtreecommitdiff
path: root/init.d/checkfs
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/checkfs')
-rwxr-xr-xinit.d/checkfs1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.d/checkfs b/init.d/checkfs
index 54bdce94..4d0bc206 100755
--- a/init.d/checkfs
+++ b/init.d/checkfs
@@ -15,7 +15,6 @@ do_checkfs() {
ebegin "Checking all filesystems"
-
if [ -e /forcefsck ] || get_bootparam "forcefsck" ; then
ewarn "A full fsck has been forced"
mode="-f -n"