Update ubuntuInit.sh

This commit is contained in:
Molly Lau 2023-09-30 23:45:35 +09:00 committed by GitHub
parent fe811f40e9
commit d1e1e2ade0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@ sed -ri 's/^#?Port.*/Port sshPORT/g' /mnt/etc/ssh/sshd_config
sed -i '/fail2ban restart/d' $cloudInitFile
}
# Hack cloud init.
# Hack cloud init, this method is effective for versions from 22.1.8, 22.1.9 to 23.2.2.
#
# Some cloud providers will storage "meta-data", "network-config" and "user-data" in another hard drive with filesystem of iso like "sr0" or "sdb":
#