refactor #10

Merged
goodvin merged 3 commits from refactor into main 2026-03-21 22:15:14 +03:00
Showing only changes of commit 48a157b119 - Show all commits

View file

@ -326,7 +326,7 @@ if [ "$ignored_total" -gt 0 ]; then
done
echo
fi
if [ "${#ERRORS[@]}" -gt 0 ]; then
if [ "$api_error" -gt 0 ]; then
echo "---- API FAILURES (added without subdomains) ----"
for d in $(printf '%s\n' "${!ERRORS[@]}" | sort); do
printf '%s → %s\n' "$d" "${ERRORS[$d]}"