trans.sh: fix typo (#323)

This commit is contained in:
MkQtS 2025-04-24 20:41:28 +08:00 committed by GitHub
parent e09ec4131c
commit dd5df4da89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3693,7 +3693,7 @@ change_ssh_conf() {
allow_password_login() { allow_password_login() {
os_dir=$1 os_dir=$1
change_ssh_conf "$os_dir" PasswordAuthentication yes 01-PasswordAuthenticaton.conf change_ssh_conf "$os_dir" PasswordAuthentication yes 01-PasswordAuthentication.conf
} }
allow_root_password_login() { allow_root_password_login() {