delete cache

This commit is contained in:
André Bauer 2017-01-10 01:05:05 +01:00
parent 9bc1d37919
commit d8045aa48d

View File

@ -15,4 +15,5 @@ contrib/packager.io/fetch_locales.rb
sed -e 's#.*adapter: postgresql# adapter: nulldb#g' -e 's#.*username:.*# username: postgres#g' -e 's#.*password:.*# password: \n host: postgresql\n#g' < config/database.yml.pkgr > config/database.yml
bundle exec rake assets:precompile
sed -e 's#.*adapter: postgresql# adapter: postgresql#g' -e 's#.*username:.*# username: postgres#g' -e 's#.*password:.*# password: \n host: postgresql\n#g' < config/database.yml.pkgr > config/database.yml
rm -r tmp/cache
chown -R zammad:zammad "${ZAMMAD_DIR}"