Syntax corrections, previous change broke script

This commit is contained in:
Lifeboy 2024-09-02 14:56:00 +02:00
parent dc6ea97877
commit 02fb40c507

View File

@ -20,7 +20,7 @@ dns_miab_add() {
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