V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m35s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-26 22:23:47 +02:00
parent e83feab8cd
commit e62249a2f8

View File

@@ -142,7 +142,7 @@ write_dropbear_conf() {
[[ -z "${dropbear_port:-}" ]] && dropbear_port="2222" [[ -z "${dropbear_port:-}" ]] && dropbear_port="2222"
insert_header "${TARGET}/etc/dropbear/initramfs/dropbear.conf" insert_header "${TARGET}/etc/dropbear/initramfs/dropbear.conf"
insert_comment "${TARGET}/etc/dropbear/initramfs/dropbear.conf" insert_comments "${TARGET}/etc/dropbear/initramfs/dropbear.conf"
cat << EOF >> "${TARGET}/etc/dropbear/initramfs/dropbear.conf" cat << EOF >> "${TARGET}/etc/dropbear/initramfs/dropbear.conf"
# Configuration options for the dropbear-initramfs boot scripts. # Configuration options for the dropbear-initramfs boot scripts.
# Variable assignment follow shell semantics and escaping/quoting rules. # Variable assignment follow shell semantics and escaping/quoting rules.