mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
fix: write file after wiping cache
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
This commit is contained in:
parent
1034a5ac04
commit
b630cf4080
2
dzgui.sh
2
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=(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user