#!/bin/bash -e . /opt/bitnami/base/functions . /opt/bitnami/base/helpers print_welcome_page if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/run.sh" ]]; then . /apache-init.sh . /magento-init.sh nami_initialize apache php mysql-client magento info "Starting gosu... " . /post-init.sh fi exec tini -- "$@"