From 8115cefc544d14f5d60de7e0f7cb6f28f1bb6ece Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sun, 17 Jul 2022 13:19:01 +0200 Subject: [PATCH] Befehl angepasst --- scripts/pwr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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