mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 05:01:40 +00:00
fix format
This commit is contained in:
parent
6ca5f3d8f6
commit
0159277dbf
@ -31,7 +31,7 @@ dns_zonomi_add() {
|
|||||||
_err "error"
|
_err "error"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if _contains "$response" "<record"; then
|
if _contains "$response" "<record"; then
|
||||||
_debug "get and update records"
|
_debug "get and update records"
|
||||||
_qstr="action[1]=SET&type[1]=TXT&name[1]=$fulldomain&value[1]=$txtvalue"
|
_qstr="action[1]=SET&type[1]=TXT&name[1]=$fulldomain&value[1]=$txtvalue"
|
||||||
|
Loading…
Reference in New Issue
Block a user