diff --git a/init.d/fsck.in b/init.d/fsck.in index a972edcb..e233a5c7 100644 --- a/init.d/fsck.in +++ b/init.d/fsck.in @@ -97,7 +97,7 @@ stop() # Fake function so we always shutdown correctly. _abort() { return 0; } _reboot() { return 0; } - _forcefsck { return 1; } + _forcefsck() { return 1; } yesno "${fsck_shutdown}" && start return 0