Merge pull request #6644 from SunMar/patch-1

fix "dns_aws.sh: line 164: _error: command not found" #6443
This commit is contained in:
neil
2025-11-28 20:15:18 +01:00
committed by GitHub

View File

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