2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-31 14:25:37 +00:00

dnsapi for regru: replace echo by _info()

This commit is contained in:
AndreyIsakov
2019-06-13 19:31:44 +03:00
parent 487d2a9221
commit f2c6e3f65b

View File

@@ -41,8 +41,8 @@ dns_regru_add() {
dns_regru_rm() {
fulldomain=$1
txtvalue=$2
echo 'RM-ONE '"$1"
echo 'RM-TWO '"$2"
_info 'RM-ONE '"$1"
_info 'RM-TWO '"$2"
REGRU_API_Username="${REGRU_API_Username:-$(_readaccountconf_mutable REGRU_API_Username)}"
REGRU_API_Password="${REGRU_API_Password:-$(_readaccountconf_mutable REGRU_API_Password)}"