Skip to content
Snippets Groups Projects
Commit 8405de3c authored by Pierre-Gilles Levallois's avatar Pierre-Gilles Levallois
Browse files

fix deleting cache

parent 365227e0
Branches
Tags 0.9
No related merge requests found
Pipeline #101589 failed
...@@ -110,7 +110,7 @@ if [ $action == "cleanup" ] || [ $action == "all" ]; then ...@@ -110,7 +110,7 @@ if [ $action == "cleanup" ] || [ $action == "all" ]; then
check check
comment "Cleanup tiles cache" comment "Cleanup tiles cache"
find $cache_dir -name "*.png" -exec rm -f {} \; [[ -d $cache_dir ]] && find $cache_dir -name "*.png" -exec rm -f {} \;
check check
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment