Browse Source

Update dns_leaseweb.sh

pull/1673/head
m-boone 8 years ago
committed by GitHub
parent
commit
b3621ecd7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dnsapi/dns_leaseweb.sh

4
dnsapi/dns_leaseweb.sh

@ -17,7 +17,7 @@ dns_leaseweb_add() {
Leaseweb_Key="${Leaseweb_Key:-$(_readaccountconf_mutable Leaseweb_Key)}" Leaseweb_Key="${Leaseweb_Key:-$(_readaccountconf_mutable Leaseweb_Key)}"
if [ -z "$Leaseweb_Key" ]; then if [ -z "$Leaseweb_Key" ]; then
Leaseweb_Key="" Leaseweb_Key=""
_err "You didn't specify a leaseweb api key and email yet."
_err "You didn't specify a leaseweb api key yet."
_err "Please create the key and try again." _err "Please create the key and try again."
return 1 return 1
fi fi
@ -81,7 +81,7 @@ dns_leaseweb_rm() {
Leaseweb_Key="${Leaseweb_Key:-$(_readaccountconf_mutable Leaseweb_Key)}" Leaseweb_Key="${Leaseweb_Key:-$(_readaccountconf_mutable Leaseweb_Key)}"
if [ -z "$Leaseweb_Key" ]; then if [ -z "$Leaseweb_Key" ]; then
Leaseweb_Key="" Leaseweb_Key=""
_err "You didn't specify a leaseweb api key and email yet."
_err "You didn't specify a leaseweb api key yet."
_err "Please create the key and try again." _err "Please create the key and try again."
return 1 return 1
fi fi

Loading…
Cancel
Save