Skip to content

Commit

Permalink
Update root/etc/s6-overlay/s6-rc.d/init-certbot-config/run
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Nemchik <[email protected]>
  • Loading branch information
aptalca and nemchik authored Mar 5, 2024
1 parent 32f72ac commit bf21a51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions root/etc/s6-overlay/s6-rc.d/init-certbot-config/run
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf21a51

Please sign in to comment.