From c8738748ff32b97e6080cfe8494eecd115101f53 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Fri, 14 Jun 2019 00:16:16 +0200 Subject: Fixed shutdown in exit script --- scripts/exit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/exit b/scripts/exit index 48fcf5a..4b33e61 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 -h now & ;; + shutdown) systemctl shutdown & ;; reboot) systemctl reboot & ;; esac -- cgit 1.4.1