build/pre_upgrade.sh
author ymh <ymh.work@gmail.com>
Tue, 18 Oct 2016 15:03:01 +0200
changeset 354 e5f3ab70f6ab
parent 353 bf1bc6b08c46
child 358 be40e00aa56f
permissions -rw-r--r--
bump version

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