Syntax corrections suggested by testing script

pull/5268/head
Lifeboy 2024-09-02 11:58:27 +02:00
parent 65c3dc21f4
commit 9cec2688ed
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@ Author: Darven Dissek, William Gertz
dns_miab_add() { dns_miab_add() {
fulldomain=$1 fulldomain=$1
# Added "value=" and "&ttl=300" to accomodate the new TXT record format used by the MIAB API # Added "value=" and "&ttl=300" to accomodate the new TXT record format used by the MIAB API
txtvalue="value="$2"&ttl=300" txtvalue="value=" "$2" "&ttl=300"
_info "Using miab challenge add" _info "Using miab challenge add"
_debug fulldomain "$fulldomain" _debug fulldomain "$fulldomain"
_debug txtvalue $txtvalue _debug txtvalue "$txtvalue"
#retrieve MIAB environemt vars #retrieve MIAB environemt vars
if ! _retrieve_miab_env; then if ! _retrieve_miab_env; then