Browse Source

Merge pull request #2157 from hosting-de/fix/read-endpoint

hosting.de: reading endpoint
neil 6 years ago
parent
commit
9d64b35ed8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dnsapi/dns_hostingde.sh

+ 1 - 0
dnsapi/dns_hostingde.sh

@@ -28,6 +28,7 @@ dns_hostingde_rm() {
 
 
 _hostingde_apiKey() {
 _hostingde_apiKey() {
   HOSTINGDE_APIKEY="${HOSTINGDE_APIKEY:-$(_readaccountconf_mutable HOSTINGDE_APIKEY)}"
   HOSTINGDE_APIKEY="${HOSTINGDE_APIKEY:-$(_readaccountconf_mutable HOSTINGDE_APIKEY)}"
+  HOSTINGDE_ENDPOINT="${HOSTINGDE_ENDPOINT:-$(_readaccountconf_mutable HOSTINGDE_ENDPOINT)}"
   if [ -z "$HOSTINGDE_APIKEY" ] || [ -z "$HOSTINGDE_ENDPOINT" ]; then
   if [ -z "$HOSTINGDE_APIKEY" ] || [ -z "$HOSTINGDE_ENDPOINT" ]; then
     HOSTINGDE_APIKEY=""
     HOSTINGDE_APIKEY=""
     HOSTINGDE_ENDPOINT=""
     HOSTINGDE_ENDPOINT=""