We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f72ac commit bf21a51Copy full SHA for bf21a51
1 file changed
root/etc/s6-overlay/s6-rc.d/init-certbot-config/run
@@ -28,6 +28,8 @@ if grep -q "universal-package-install" <<< "${DOCKER_MODS}" && grep -q "certbot-
28
echo "**** Installing requested dns plugins ****"
29
/etc/s6-overlay/s6-rc.d/init-mod-universal-package-install-add-package/run
30
/etc/s6-overlay/s6-rc.d/init-mods-package-install/run
31
+ echo "#!/usr/bin/with-contenv bash" >/etc/s6-overlay/s6-rc.d/init-mod-universal-package-install-add-package/run
32
+ echo "#!/usr/bin/with-contenv bash" >/etc/s6-overlay/s6-rc.d/init-mods-package-install/run
33
fi
34
35
# check to make sure DNSPLUGIN is selected if dns validation is used
0 commit comments