diff options
Diffstat (limited to 'init.d/fsck')
| -rw-r--r-- | init.d/fsck | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/init.d/fsck b/init.d/fsck index d07cec85..4da48b9c 100644 --- a/init.d/fsck +++ b/init.d/fsck @@ -22,7 +22,7 @@ start()  	fi  	ebegin "Checking local filesystems" -	fsck ${fsck_args-p} ${opts} +	fsck ${fsck_args--p} ${opts}  	case $? in  		0)     eend 0; return 0;;  		1)     ewend 1 "Filesystems repaired"; return 0;; | 
