Skip to content

Commit

Permalink
explicitly reset *_return variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaypronchev committed Sep 20, 2024
1 parent df6aa99 commit 45ea2f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dnsapi/dns_timeweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ _timeweb_split_acme_fqdn() {

TW_Page_Limit=100
TW_Page_Offset=0
TW_Domains_Returned=""

while [ -z "$TW_Domains_Returned" ] || [ "$TW_Domains_Returned" -ge "$TW_Page_Limit" ]; do

Expand Down Expand Up @@ -159,6 +160,7 @@ _timeweb_get_dns_txt() {

TW_Page_Limit=100
TW_Page_Offset=0
TW_Dns_Records_Returned=""

while [ -z "$TW_Dns_Records_Returned" ] || [ "$TW_Dns_Records_Returned" -ge "$TW_Page_Limit" ]; do

Expand Down

0 comments on commit 45ea2f8

Please sign in to comment.