aboutsummaryrefslogtreecommitdiff
path: root/init.d/checkfs
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-31 22:12:39 +0000
committerRoy Marples <roy@marples.name>2007-10-31 22:12:39 +0000
commit9fa717fb1d51356a4fb3a6908048a142fe4a8b9a (patch)
tree5f34e227be0f52305dd9d6246eadc2386a1ff7ab /init.d/checkfs
parent7cd70aee4d62015283a1191b354c9c91dc343bbf (diff)
whitespace
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"