php: initialize module at launch

This commit is contained in:
Sameer Naik
2017-01-23 11:33:54 +05:30
parent f9dd5fbc41
commit 73fa599d75

View File

@@ -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 ..."