1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-03-14 16:33:00 +01:00

chore: backports from stable

This commit is contained in:
aclist 2025-01-07 21:40:39 +09:00
parent d7b1d72042
commit 9738de8fd1
2 changed files with 2 additions and 3 deletions

View file

@ -587,7 +587,7 @@ fetch_helpers_by_sum(){
["ui.py"]="d3ad9153d8599bea0eede9fd3121ee8e"
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
["funcs"]="5624b1e44a43c318775caa5d0ceef1f0"
["funcs"]="baa2c9c93edacb98384ae9f319e3b27f"
["lan"]="c62e84ddd1457b71a85ad21da662b9af"
)
local author="aclist"
@ -636,7 +636,7 @@ fetch_helpers_by_sum(){
}
fetch_geo_file(){
# for binary releases
local geo_sum="7b6668eb4535bb432acb42016ba9cc47"
local geo_sum="28ccd75b3e03cf07a7011f22ef0cd69b"
local km_sum="b038fdb8f655798207bd28de3a004706"
local gzip="$helpers_path/ips.csv.gz"
if [[ ! -f $geo_file ]] || [[ $(get_hash $geo_file) != $geo_sum ]]; then

View file

@ -30,7 +30,6 @@ log_path="$state_path/logs"
debug_log="$log_path/DZGUI_DEBUG.log"
system_log="$log_path/DZGUI_SYSTEM.log"
mod_log="$log_path/DZGUI_MODIDS.log"
meta_log="$log_path/DZGUI_META.log"
#STATE FILES
history_file="$state_path/$prefix.history"