mirror of
https://github.com/aclist/dztui.git
synced 2025-03-15 00:43:01 +01:00
chore: backports from stable
This commit is contained in:
parent
d7b1d72042
commit
9738de8fd1
2 changed files with 2 additions and 3 deletions
4
dzgui.sh
4
dzgui.sh
|
@ -587,7 +587,7 @@ fetch_helpers_by_sum(){
|
||||||
["ui.py"]="d3ad9153d8599bea0eede9fd3121ee8e"
|
["ui.py"]="d3ad9153d8599bea0eede9fd3121ee8e"
|
||||||
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
|
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
|
||||||
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
||||||
["funcs"]="5624b1e44a43c318775caa5d0ceef1f0"
|
["funcs"]="baa2c9c93edacb98384ae9f319e3b27f"
|
||||||
["lan"]="c62e84ddd1457b71a85ad21da662b9af"
|
["lan"]="c62e84ddd1457b71a85ad21da662b9af"
|
||||||
)
|
)
|
||||||
local author="aclist"
|
local author="aclist"
|
||||||
|
@ -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
|
||||||
|
|
|
@ -30,7 +30,6 @@ log_path="$state_path/logs"
|
||||||
debug_log="$log_path/DZGUI_DEBUG.log"
|
debug_log="$log_path/DZGUI_DEBUG.log"
|
||||||
system_log="$log_path/DZGUI_SYSTEM.log"
|
system_log="$log_path/DZGUI_SYSTEM.log"
|
||||||
mod_log="$log_path/DZGUI_MODIDS.log"
|
mod_log="$log_path/DZGUI_MODIDS.log"
|
||||||
meta_log="$log_path/DZGUI_META.log"
|
|
||||||
|
|
||||||
#STATE FILES
|
#STATE FILES
|
||||||
history_file="$state_path/$prefix.history"
|
history_file="$state_path/$prefix.history"
|
||||||
|
|
Loading…
Reference in a new issue