Fix provision_container.sh
This commit is contained in:
parent
4b0b86f22c
commit
067c1ed00b
1 changed files with 3 additions and 1 deletions
|
|
@ -78,7 +78,9 @@ function composer_install_and_enable() {
|
||||||
read composer drush;
|
read composer drush;
|
||||||
drupal_sites_permission_workaround
|
drupal_sites_permission_workaround
|
||||||
composer require "$composer"
|
composer require "$composer"
|
||||||
[ -n "$drush" ] && drush pm-enable --yes "$drush"
|
if [ -n "$drush" ]; then
|
||||||
|
drush pm-enable --yes "$drush"
|
||||||
|
fi
|
||||||
)
|
)
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue