Add parens, #134 thanks to Matthias Schwarzott.
This commit is contained in:
parent
d91201cb94
commit
2464f9e93b
@ -97,7 +97,7 @@ stop()
|
|||||||
# Fake function so we always shutdown correctly.
|
# Fake function so we always shutdown correctly.
|
||||||
_abort() { return 0; }
|
_abort() { return 0; }
|
||||||
_reboot() { return 0; }
|
_reboot() { return 0; }
|
||||||
_forcefsck { return 1; }
|
_forcefsck() { return 1; }
|
||||||
|
|
||||||
yesno "${fsck_shutdown}" && start
|
yesno "${fsck_shutdown}" && start
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user