summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/fsck.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/fsck.in b/init.d/fsck.in
index a972edc..e233a5c 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