Update dns_leaseweb.sh

This commit is contained in:
m-boone 2018-06-14 12:04:07 +02:00 committed by GitHub
parent ae538787d1
commit b3621ecd7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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