From 19ad685bad0110620baaf16aefed9a9f39038aba Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Sat, 15 Jun 2019 00:13:03 +0200 Subject: Fixed shutdown in exit script --- scripts/exit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/exit b/scripts/exit index 4b33e61..a657ac4 100755 --- a/scripts/exit +++ b/scripts/exit @@ -11,6 +11,6 @@ case "$choice" in logout) kill -9 -1 & ;; suspend) systemctl suspend & ;; hibernate) systemctl hibernate & ;; - shutdown) systemctl shutdown & ;; + shutdown) systemctl poweroff & ;; reboot) systemctl reboot & ;; esac -- cgit 1.4.1