build/post_upgrade.sh
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 18 Oct 2016 18:45:30 +0530
changeset 356 139bf74b9374
parent 346 4cd0f8c936ed
child 353 bf1bc6b08c46
permissions -rw-r--r--
Theme section colors

#!/usr/bin/env sh

echo "Clear drupal cache"
if [ -x /usr/local/bin/drush ]; then
    /usr/local/bin/drush -r /var/www/corpusdelaparole/drupal cc all
fi

echo "Restart httpd"
/usr/bin/systemctl restart httpd