Merge branch 'php-initialize

This commit is contained in:
Sameer Naik
2017-01-23 11:36:48 +05:30

View File

@@ -24,7 +24,7 @@ export MARIADB_HOST=${MARIADB_HOST:-"mariadb"}
export MARIADB_PORT=${MARIADB_PORT:-"3306"}
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/init.sh" ]]; then
for module in apache drupal; do
for module in apache php drupal; do
initialize $module
done
echo "Starting application ..."