mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-19 13:32:44 +00:00
Syntax corrections, previous change broke script
This commit is contained in:
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…
x
Reference in New Issue
Block a user