Add parens, #134 thanks to Matthias Schwarzott.

This commit is contained in:
Roy Marples 2008-12-29 23:06:22 +00:00
parent d91201cb94
commit 2464f9e93b

View File

@ -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