diff --git a/scripts/pwr.sh b/scripts/pwr.sh index 2ee8279..e2628a1 100755 --- a/scripts/pwr.sh +++ b/scripts/pwr.sh @@ -14,7 +14,7 @@ function reboot { sudo systemctl reboot } function shutdown { - sudo systemctl shutdown + sudo systemctl poweroff } function suspend { lock