diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/menuscripts/mpower | 2 |
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" |