m-boone
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
dnsapi/dns_leaseweb.sh
|
|
|
@ -17,7 +17,7 @@ dns_leaseweb_add() { |
|
|
|
Leaseweb_Key="${Leaseweb_Key:-$(_readaccountconf_mutable Leaseweb_Key)}" |
|
|
|
if [ -z "$Leaseweb_Key" ]; then |
|
|
|
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." |
|
|
|
return 1 |
|
|
|
fi |
|
|
|
@ -81,7 +81,7 @@ dns_leaseweb_rm() { |
|
|
|
Leaseweb_Key="${Leaseweb_Key:-$(_readaccountconf_mutable Leaseweb_Key)}" |
|
|
|
if [ -z "$Leaseweb_Key" ]; then |
|
|
|
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." |
|
|
|
return 1 |
|
|
|
fi |
|
|
|
|