ma331
4 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_anx.sh
|
@ -19,8 +19,8 @@ dns_anx_add() { |
|
|
if [ "$ANX_Token" ]; then |
|
|
if [ "$ANX_Token" ]; then |
|
|
_saveaccountconf_mutable ANX_Token "$ANX_Token" |
|
|
_saveaccountconf_mutable ANX_Token "$ANX_Token" |
|
|
else |
|
|
else |
|
|
_err "You didn't specify a ANEXIA Engine API token." |
|
|
|
|
|
return 1 |
|
|
|
|
|
|
|
|
_err "You didn't specify a ANEXIA Engine API token." |
|
|
|
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
_debug "First detect the root zone" |
|
|
_debug "First detect the root zone" |
|
|