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 137ad9f commit 970fa75Copy full SHA for 970fa75
1 file changed
root/etc/s6-overlay/s6-rc.d/init-certbot-config/run
@@ -26,8 +26,8 @@ done
26
# Check for and install requested DNS plugins
27
if echo ${DOCKER_MODS} | grep -q "universal-package-install" && echo ${INSTALL_PIP_PACKAGES} | grep -q "dns"; then
28
echo "**** Installing requested dns plugins ****"
29
- exec /etc/s6-overlay/s6-rc.d/init-mod-universal-package-install-add-package/run
30
- exec /etc/s6-overlay/s6-rc.d/init-mods-package-install/run
+ /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
31
fi
32
33
# check to make sure DNSPLUGIN is selected if dns validation is used
0 commit comments