diff options
Diffstat (limited to 'core/sinit/files/sinit.post.shutdown')
-rw-r--r-- | core/sinit/files/sinit.post.shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sinit/files/sinit.post.shutdown b/core/sinit/files/sinit.post.shutdown index 16deba74..ade9958f 100644 --- a/core/sinit/files/sinit.post.shutdown +++ b/core/sinit/files/sinit.post.shutdown @@ -8,7 +8,7 @@ if [ "$SINIT_SHUTDOWN_HOOKS" = 1 ]; then out "Requesting system reboot..." /usr/bin/ubase-box halt -r ;; - poweroff) + *) out "Requesting system poweroff..." /usr/bin/ubase-box halt -p ;; |