Skip to content

Commit

Permalink
bug: fix country lists in template header
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Oct 30, 2024
1 parent 8a56e74 commit aed8b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/bl-geolite2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,7 @@ function GENERATE_CONTINENTS()
# #

COUNTRY_ABBREV=$(echo "$key" | tr '[:upper:]' '[:lower:]')
TEMPL_COUNTRIES_LIST=""
local count=1 # start at one, since the last step is base continent file
for country in $(eval echo \${$COUNTRY_ABBREV${i}[@]}); do
CONTINENT_COUNTRY_NAME=$(get_country_name "$country")
Expand Down

0 comments on commit aed8b8c

Please sign in to comment.