From d08b3586857e43511334feba3c89eb68dd1cd4e2 Mon Sep 17 00:00:00 2001 From: yutent Date: Fri, 7 Jul 2023 19:57:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=80=E5=A4=84=E7=AC=94?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/local/bin/scripts/powermenu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/local/bin/scripts/powermenu.sh b/home/local/bin/scripts/powermenu.sh index 06513db..b31702c 100644 --- a/home/local/bin/scripts/powermenu.sh +++ b/home/local/bin/scripts/powermenu.sh @@ -49,6 +49,6 @@ case ${chosen} in confirm_run 'systemctl reboot' ;; $option_5) - confirm_run 'ssytemctl poweroff' + confirm_run 'systemctl poweroff' ;; -esac \ No newline at end of file +esac