Mercurial Hosting > nabble
view clearCache.sh @ 54:6bd33547304f
fix for www reindex
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Wed, 07 Jul 2021 11:36:27 +0300 |
parents | 7ecd1a4ef557 |
children |
line wrap: on
line source
#!/bin/bash set -e cd `dirname $0` mkdir -p local/cache mv local/cache local/cache.old rm -rf local/cache.old & echo "cache cleared";