From d8045aa48dbf6905c362c179f5501d0c9185235c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 10 Jan 2017 01:05:05 +0100 Subject: [PATCH] delete cache --- install-zammad.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-zammad.sh b/install-zammad.sh index a29dd8d..ed3c3cc 100644 --- a/install-zammad.sh +++ b/install-zammad.sh @@ -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}"