From b630cf40801d8553b0b6c50470aa051a4f8d1d66 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 15 Jan 2026 05:13:35 +0900 Subject: [PATCH] fix: write file after wiping cache --- dzgui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui.sh b/dzgui.sh index 1e19010..6f4772c 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -41,7 +41,6 @@ cols_file="$state_path/$prefix.cols.json" #CACHE FILES coords_file="$cache_path/$prefix.coords" src_path_file="$cache_path/$prefix.src" -echo "$src_path" > "$src_path_file" #legacy paths hist_file="$config_path/history" @@ -118,6 +117,7 @@ setup_state_files(){ done logger INFO "Wiped cache files" fi + echo "$src_path" > "$src_path_file" } print_config_vals(){ local keys=(