Commit 44b2ef0c authored by Kenneth Reitz's avatar Kenneth Reitz

an attempt at fixing caching

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