Syntax corrections, previous change broke script
parent
dc6ea97877
commit
02fb40c507
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue