diff options
Diffstat (limited to 'bin/menuscripts/mpower')
| -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 8c1a886..cccba94 100755 --- a/bin/menuscripts/mpower +++ b/bin/menuscripts/mpower @@ -3,11 +3,11 @@ choice="$(  cat <<EOF | commander -c -w 1 -y 5  poweroff  suspend -hibernate  reboot  firmware  EOF  )" +# hibernate  [ "$choice" = "firmware" ] && systemctl reboot --firmware-setup  [ "$choice" ] && systemctl "$choice"  | 
