mirror of
https://github.com/aclist/dztui.git
synced 2025-03-14 16:33:00 +01:00
chore: update db checksum
All checks were successful
Mirror to Codeberg / mirror-to-codeberg (push) Successful in 25s
All checks were successful
Mirror to Codeberg / mirror-to-codeberg (push) Successful in 25s
This commit is contained in:
parent
a070e9fc65
commit
c8f7a32284
1 changed files with 1 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -636,7 +636,7 @@ fetch_helpers_by_sum(){
|
||||||
}
|
}
|
||||||
fetch_geo_file(){
|
fetch_geo_file(){
|
||||||
# for binary releases
|
# for binary releases
|
||||||
local geo_sum="7b6668eb4535bb432acb42016ba9cc47"
|
local geo_sum="28ccd75b3e03cf07a7011f22ef0cd69b"
|
||||||
local km_sum="b038fdb8f655798207bd28de3a004706"
|
local km_sum="b038fdb8f655798207bd28de3a004706"
|
||||||
local gzip="$helpers_path/ips.csv.gz"
|
local gzip="$helpers_path/ips.csv.gz"
|
||||||
if [[ ! -f $geo_file ]] || [[ $(get_hash $geo_file) != $geo_sum ]]; then
|
if [[ ! -f $geo_file ]] || [[ $(get_hash $geo_file) != $geo_sum ]]; then
|
||||||
|
|
Loading…
Reference in a new issue