Skip to content
Snippets Groups Projects
Commit 44b2ef0c authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

an attempt at fixing caching

parent 38d73eff
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ bpwatch start dump_cache
mkdir -p $CACHE_DIR/$CACHED_DIR
for dir in $CACHED_DIRS; do
rm -rf $CACHE_DIR/$dir
cp -R $dir $CACHE_DIR/
cp -R $dir $CACHE_DIR/ 2>/dev/null
done
bpwatch stop dump_cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment