pbiering / ipv6calc

ipv6calc
https://www.deepspace6.net/projects/ipv6calc.html
Other
46 stars 15 forks source link

ipv6calc-db-update.sh won't download files #25

Closed lonwillett closed 3 years ago

lonwillett commented 3 years ago

In ipv6calc-db-update.sh, the "skip_download" variable is always set to "true", so it won't download any files. The variable should be set to "false" by default, and only assigned "true" when the "-s" switch is provided.

pbiering commented 3 years ago

Thank you for reporting