From 912aa582277f9a5f6b524e2480e8d8da2789e967 Mon Sep 17 00:00:00 2001 From: flywithu <34819252+flywithu@users.noreply.github.com> Date: Wed, 2 Sep 2020 07:11:34 +0900 Subject: [PATCH] fix by review commend --- dnsapi/dns_dnsever.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi/dns_dnsever.sh b/dnsapi/dns_dnsever.sh index 2fc8c46d..bc9d6c1a 100755 --- a/dnsapi/dns_dnsever.sh +++ b/dnsapi/dns_dnsever.sh @@ -36,9 +36,9 @@ dns_dnsever_add() { _err "You didn't specify a DNSEVER ID and PW yet." return 1 fi - dnsever_domain_txt "add" "$DNSEVER_ID" "$DNSEVER_PW" "$fulldomain" "$txtvalue" + fi - + dnsever_domain_txt "add" "$DNSEVER_ID" "$DNSEVER_PW" "$fulldomain" "$txtvalue" #save the api key and email to the account conf file.