Add sitemap

This commit is contained in:
Chocobozzz
2018-12-05 17:27:24 +01:00
parent 3b3b18203f
commit 2feebf3e6a
11 changed files with 241 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ removeFiles () {
dropRedis () {
redis-cli KEYS "bull-localhost:900$1*" | grep -v empty | xargs --no-run-if-empty redis-cli DEL
redis-cli KEYS "redis-localhost:900$1*" | grep -v empty | xargs --no-run-if-empty redis-cli DEL
}
for i in $(seq 1 6); do