baerengraben
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_hosttech.sh
|
@ -14,7 +14,7 @@ dns_hosttech_add() { |
|
|
Hosttech_Key="${Hosttech_Key:-$(_readaccountconf_mutable Hosttech_Key)}" |
|
|
Hosttech_Key="${Hosttech_Key:-$(_readaccountconf_mutable Hosttech_Key)}" |
|
|
if [ -z "$Hosttech_Key" ]; then |
|
|
if [ -z "$Hosttech_Key" ]; then |
|
|
Hosttech_Key="" |
|
|
Hosttech_Key="" |
|
|
_err "You didn't specify a Hosttech api key." |
|
|
|
|
|
|
|
|
_err "You didn't specify a Hosttech api key" |
|
|
_err "You can get yours from https://www.myhosttech.eu/user/dns/api" |
|
|
_err "You can get yours from https://www.myhosttech.eu/user/dns/api" |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|