Files
containers/bitnami/wordpress/4/rhel-7/rootfs/app-entrypoint.sh
Bitnami Bot 218b002610 4.9.7-rhel-7-r1 release
Maintenance release
2018-07-27 10:10:39 +00:00

15 lines
290 B
Bash
Executable File

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