From edc945a68cb7e2d74b6cdfa0de33bc382be70c2b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 15 Jan 2020 11:31:06 +0300 Subject: sinit: remove pre shutdown hook --- core/sinit/files/sinit.post.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/sinit/files/sinit.post.shutdown') 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 ;; -- cgit v1.2.3