make_mirror.sh: add newline at the end of /etc/hosts so that appending writes to the next line and not the current

This commit is contained in:
Johannes Schauer Marin Rodrigues 2024-01-08 22:30:33 +01:00
parent 69954515e7
commit b4ba78897b
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -541,7 +541,7 @@ END
--customize-hook='touch "$1/mmdebstrap-testenv"' \
--customize-hook='copy-in "'"$tmpdir"'/mmdebstrap.service" /etc/systemd/system/' \
--customize-hook='copy-in "'"$tmpdir"'/worker.sh" /' \
--customize-hook='printf 127.0.0.1 localhost > "$1/etc/hosts"' \
--customize-hook='echo 127.0.0.1 localhost > "$1/etc/hosts"' \
--customize-hook='printf "START=1\nDAEMON_OPTS=\"-h 127.0.0.1 -p 80 -u nobody -dd /mnt/cache -i /var/run/mini-httpd.pid -T UTF-8\"\n" > "$1/etc/default/mini-httpd"' \
"$mirror"