mirror of
https://github.com/bitnami/containers.git
synced 2026-02-23 00:37:25 +08:00
Merge branch 'php-initialize
This commit is contained in:
@@ -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 ..."
|
||||
|
||||
Reference in New Issue
Block a user