aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.shutdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.shutdown b/rc.shutdown
index 630f09b..655dc14 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -82,7 +82,7 @@ stat_done
if [ "$RUNLEVEL" = "0" ]; then
printsep
printhl "${C_H2}POWER OFF"
- /sbin/poweroff -d -f -i
+ /sbin/poweroff -d -f -h -i
else
printsep
printhl "${C_H2}REBOOTING.."