diff options
Diffstat (limited to 'net/acme-common/files/acme.sh')
-rw-r--r-- | net/acme-common/files/acme.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/acme-common/files/acme.sh b/net/acme-common/files/acme.sh index 24601a502..bcf3d8451 100644 --- a/net/acme-common/files/acme.sh +++ b/net/acme-common/files/acme.sh @@ -59,6 +59,8 @@ load_options() { export days config_get standalone "$section" standalone 0 export standalone + config_get dns_wait "$section" dns_wait + export dns_wait config_get webroot "$section" webroot export webroot |