fix format

This commit is contained in:
neil
2024-10-13 17:55:22 +02:00
parent 9b2eae24d2
commit e0381dd757
7 changed files with 7 additions and 9 deletions

View File

@@ -222,7 +222,7 @@ _get_base_domain() {
done
if [ -z "$found" ]; then
page=$(_math $page + 1)
page=$(_math "$page" + 1)
nextpage="https://api.bunny.net/dnszone?page=$page"
## Find the next page if we don't have a match.
hasnextpage="$(echo "$domain_list" | _egrep_o "\"HasMoreItems\"\s*:\s*true")"