build/pre_upgrade.sh
author ymh <ymh.work@gmail.com>
Tue, 18 Oct 2016 14:38:56 +0200
changeset 353 bf1bc6b08c46
child 358 be40e00aa56f
permissions -rw-r--r--
correct provisioning to install drush and correct config files + module definition for menu access problem

#!/usr/bin/env sh

if [ -x /usr/local/bin/drush ]; then
    echo "Deactivate corpus module"
    /usr/local/bin/drush -r /var/www/corpusdelaparole/drupal pm-disable -y corpus
fi