mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 06:48:14 +08:00
php: initialize module at launch
This commit is contained in:
@@ -30,7 +30,7 @@ export MARIADB_PORT=${MARIADB_PORT:-"3306"}
|
||||
|
||||
|
||||
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/init.sh" ]]; then
|
||||
for module in apache osclass; do
|
||||
for module in apache php osclass; do
|
||||
initialize $module
|
||||
done
|
||||
echo "Starting application ..."
|
||||
|
||||
Reference in New Issue
Block a user