diff options
-rwxr-xr-x | scripts/exit | 2 |
1 files changed, 1 insertions, 1 deletions
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 |