Browse Source

Use sudo to shutdown

Frans Bergman 5 years ago
parent
commit
08ecde7bd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .scripts/exit_menu.sh

+ 1 - 1
.scripts/exit_menu.sh

@@ -20,7 +20,7 @@ case $CHOICE in
         i3-msg exit
         ;;
     "Shutdown")
-        shutdown -h now
+        sudo shutdown -h now
         ;;
     "Reboot")
         reboot