Compare commits

..

1 Commits

Author SHA1 Message Date
Koloszár Gergely
adb2876083
Merge f2124218e4 into 23fb10f48e 2025-10-18 21:26:59 +00:00

View File

@ -108,7 +108,7 @@ setup_state_files(){
logger INFO "Migrating legacy version file"
fi
# wipe cache files
if [[ $(ls -A "$cache_path") ]]; then
if [[ $(ls "$cache_path") ]]; then
for file in "$cache_path"/*; do
rm "$file"
done