Browse Source

fix by review commend

pull/3139/head
flywithu 5 years ago
committed by GitHub
parent
commit
912aa58227
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dnsapi/dns_dnsever.sh

4
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
fi
dnsever_domain_txt "add" "$DNSEVER_ID" "$DNSEVER_PW" "$fulldomain" "$txtvalue"
#save the api key and email to the account conf file.

Loading…
Cancel
Save