Files
containers/bitnami/apache/2.4/rootfs/app-entrypoint.sh
Bitnami Bot 389425e06f 2.4.28-r0 release
Update apache to 2.4.28
2017-10-05 21:35:11 +00:00

14 lines
248 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
nami_initialize apache
info "Starting apache... "
fi
exec tini -- "$@"