1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +00:00

fix format

This commit is contained in:
neilpang
2018-02-10 23:24:43 +08:00
parent 6ca5f3d8f6
commit 0159277dbf
+1 -1
View File
@@ -31,7 +31,7 @@ dns_zonomi_add() {
_err "error"
return 1
fi
if _contains "$response" "<record"; then
_debug "get and update records"
_qstr="action[1]=SET&type[1]=TXT&name[1]=$fulldomain&value[1]=$txtvalue"