修正一处笔误

master
yutent 2023-07-07 19:57:20 +08:00 committed by GitHub
parent 177fd4f406
commit d08b358685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -49,6 +49,6 @@ case ${chosen} in
confirm_run 'systemctl reboot' confirm_run 'systemctl reboot'
;; ;;
$option_5) $option_5)
confirm_run 'ssytemctl poweroff' confirm_run 'systemctl poweroff'
;; ;;
esac esac