mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 15:31:45 +00:00
fix format
This commit is contained in:
parent
cfbc294832
commit
f3682f0e8e
@ -5,7 +5,6 @@
|
||||
# export ONECOM_User="username"
|
||||
# export ONECOM_Password="password"
|
||||
|
||||
|
||||
dns_one_add() {
|
||||
fulldomain=$1
|
||||
txtvalue=$2
|
||||
@ -24,11 +23,9 @@ dns_one_add() {
|
||||
subdomain="${_sub_domain}"
|
||||
maindomain=${_domain}
|
||||
|
||||
|
||||
_debug subdomain "$subdomain"
|
||||
_debug maindomain "$maindomain"
|
||||
|
||||
|
||||
#Check if the TXT exists
|
||||
_dns_one_getrecord "TXT" "$subdomain" "$txtvalue"
|
||||
if [ -n "$id" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user