summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpmenu3
1 files changed, 2 insertions, 1 deletions
diff --git a/pmenu b/pmenu
index b1acfe3..bbf3a26 100755
--- a/pmenu
+++ b/pmenu
@@ -17,5 +17,6 @@ case $doVAR in
"rebooooooot")
sudo reboot;;
"poweroff")
- sudo poweroff;;
+ #sudo poweroff;;
+ sudo shutdown -h now;;
esac