b5978: Add reference in the disposable setup script.

This commit is contained in:
Thomas Stokes
2024-03-14 17:50:15 +01:00
parent c5a2fa5fba
commit 1a04367f88
@@ -34,6 +34,9 @@ setup_cloud_cfg_and_root_login
build_crontab_and_setup_files "${IMAGE_TYPE}" "${GIT_COPY_USER}" "${RELATIVE_PATH_TO_GIT}"
# setup mail
setup_mail_sending
# setup sshd config
setup_sshd_resilience
systemctl reload sshd.service
cd /usr/local/bin
echo $BEARER_TOKEN > /root/ssh-key-reader.token
# add basic test page which won't cause redirect error code if used as a health check.