Update root/etc/s6-overlay/s6-rc.d/init-certbot-config/run

Co-authored-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
aptalca 2024-03-04 19:33:01 -05:00 committed by GitHub
parent 32f72ac0b4
commit bf21a51e10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ if grep -q "universal-package-install" <<< "${DOCKER_MODS}" && grep -q "certbot-
echo "**** Installing requested dns plugins ****"
/etc/s6-overlay/s6-rc.d/init-mod-universal-package-install-add-package/run
/etc/s6-overlay/s6-rc.d/init-mods-package-install/run
echo "#!/usr/bin/with-contenv bash" >/etc/s6-overlay/s6-rc.d/init-mod-universal-package-install-add-package/run
echo "#!/usr/bin/with-contenv bash" >/etc/s6-overlay/s6-rc.d/init-mods-package-install/run
fi
# check to make sure DNSPLUGIN is selected if dns validation is used