summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/menuscripts/mpower3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/menuscripts/mpower b/bin/menuscripts/mpower
index 005c497..3b66824 100755
--- a/bin/menuscripts/mpower
+++ b/bin/menuscripts/mpower
@@ -2,6 +2,7 @@
choice="$(printf 'poweroff
suspend
hibernate
-reboot' | commander -c -d)"
+reboot
+' | commander -c -d)"
[ "$choice" ] && systemctl "$choice"