Indent fixes
This commit is contained in:
@@ -157,9 +157,7 @@ stop() {
|
||||
|
||||
# Write a halt record if we're shutting down
|
||||
case "${RC_SOFTLEVEL}" in
|
||||
reboot|shutdown)
|
||||
[ "${RC_UNAME}" = "Linux" ] && halt -w
|
||||
;;
|
||||
reboot|shutdown) [ "${RC_UNAME}" = "Linux" ] && halt -w;;
|
||||
esac
|
||||
|
||||
return 0
|
||||
|
Reference in New Issue
Block a user