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