Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
sync
  • Loading branch information
neil committed Mar 13, 2019
1 parent 0f00862 commit 709d82e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnsapi/dns_hostingde.sh
Expand Up @@ -28,6 +28,7 @@ dns_hostingde_rm() {

_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
HOSTINGDE_APIKEY=""
HOSTINGDE_ENDPOINT=""
Expand Down

0 comments on commit 709d82e

Please sign in to comment.