From 9738de8fd17fa7b586a9cad9b28464e2c29c394f Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:40:39 +0900 Subject: [PATCH] chore: backports from stable --- dzgui.sh | 4 ++-- helpers/funcs | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dzgui.sh b/dzgui.sh index 4baa2ae..d870333 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -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 diff --git a/helpers/funcs b/helpers/funcs index 9260e78..b23c1f2 100755 --- a/helpers/funcs +++ b/helpers/funcs @@ -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"