summaryrefslogtreecommitdiff
path: root/bin/menuscripts
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-09-10 17:40:48 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-09-10 17:40:48 +0200
commit72db940a51ff4be15a43c42d1ec8ee13888c4230 (patch)
tree8f5a7e55de9efb3862ad3220d17b4e738077620b /bin/menuscripts
parent6616f6b0b973a2cf1a26ebd1c0f7d28620fb3116 (diff)
checkpoint
Diffstat (limited to 'bin/menuscripts')
-rwxr-xr-xbin/menuscripts/mpower2
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"