mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-11-09 10:15:00 -05:00
Merge pull request #562 from neoteq-it/master
This commit is contained in:
commit
23dd0531f1
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ if [[ "${VALIDATION}" = "dns" ]]; then
|
|||
sed -i "/^dns-${DNSPLUGIN}-credentials\b/d" /config/etc/letsencrypt/cli.ini
|
||||
fi
|
||||
# plugins that don't support setting propagation
|
||||
if [[ "${DNSPLUGIN}" =~ ^(azure|gandi|route53|standalone)$ ]]; then
|
||||
if [[ "${DNSPLUGIN}" =~ ^(gandi|route53|standalone)$ ]]; then
|
||||
if [[ -n "${PROPAGATION}" ]]; then echo "${DNSPLUGIN} dns plugin does not support setting propagation time"; fi
|
||||
sed -i "/^dns-${DNSPLUGIN}-propagation-seconds\b/d" /config/etc/letsencrypt/cli.ini
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue