#!/bin/bash -ex

cd /var/www/ibexa
php bin/console cache:clear --env=prod
chown -R www-data:www-data var/cache
