#!/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