Browse Source
Merge pull request #6644 from SunMar/patch-1
fix "dns_aws.sh: line 164: _error: command not found" #6443
pull/5121/merge
neil
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_aws.sh
|
|
|
@ -161,7 +161,7 @@ _get_root() { |
|
|
|
h=$(printf "%s" "$domain" | cut -d . -f "$i"-100 | sed 's/\./\\./g') |
|
|
|
_debug "Checking domain: $h" |
|
|
|
if [ -z "$h" ]; then |
|
|
|
_error "invalid domain" |
|
|
|
_err "invalid domain" |
|
|
|
return 1 |
|
|
|
fi |
|
|
|
|
|
|
|
|