Files
containers/bitnami/wordpress/4/rootfs/app-entrypoint.sh
Bitnami Bot 21f67f8ea7 4.8.2-r0 release
Update wordpress to 4.8.2
2017-09-19 21:47:49 +00:00

15 lines
291 B
Bash
Executable File

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