view clearCache.sh @ 42:af4632c42979

fix init conf to fix subscription emails
author Vadim Filimonov <fffilimonov@yandex.ru>
date Mon, 07 Jun 2021 09:52:13 +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";