mirror of
https://github.com/aclist/dztui.git
synced 2026-08-31 12:16:55 +02:00
Compare commits
2 Commits
adb2876083
...
0f72a29620
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f72a29620 | ||
|
|
1dfe9cd9df |
2
dzgui.sh
2
dzgui.sh
@ -108,7 +108,7 @@ setup_state_files(){
|
|||||||
logger INFO "Migrating legacy version file"
|
logger INFO "Migrating legacy version file"
|
||||||
fi
|
fi
|
||||||
# wipe cache files
|
# wipe cache files
|
||||||
if [[ $(ls "$cache_path") ]]; then
|
if [[ $(ls -A "$cache_path") ]]; then
|
||||||
for file in "$cache_path"/*; do
|
for file in "$cache_path"/*; do
|
||||||
rm "$file"
|
rm "$file"
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user