about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/exit2
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