Update dns_miab.sh

Corrected typo
This commit is contained in:
Roland Giesler 2024-08-21 15:10:37 +02:00 committed by GitHub
parent 435bb3f1d3
commit 0122eabd44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ dns_miab_add() {
_info "Using miab challange add"
_debug fulldomain "$fulldomain"
# Added to accomodate the new TXT record format used by the API
_debug txtvalue "value="+="$txtvalue"+"&ttl=300"
_debug txtvalue "value="+="$txtvalue"+="&ttl=300"
#retrieve MIAB environemt vars
if ! _retrieve_miab_env; then