mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
fix for aliyun api
This commit is contained in:
parent
be39ab32d1
commit
dbd94d047b
2
acme.sh
2
acme.sh
@ -90,7 +90,7 @@ _printargs() {
|
||||
if [ -z "$2" ]; then
|
||||
printf -- "[$(date)] $1"
|
||||
else
|
||||
printf -- "[$(date)] $1='$2'"
|
||||
printf -- "%s" "[$(date)] $1='$2'"
|
||||
fi
|
||||
printf "\n"
|
||||
}
|
||||
|
@ -26,6 +26,7 @@ dns_ali_add() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
_debug "Add record"
|
||||
_add_record_query "$_domain" "$_sub_domain" "$txtvalue" && _ali_rest "Add record"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user