an attempt at fixing caching

This commit is contained in:
2015-10-13 09:47:28 -04:00
parent 38d73effc1
commit 44b2ef0c4e
+1 -1
View File
@@ -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