Files
containers/bitnami/postgresql/9.6/rootfs/app-entrypoint.sh
Bitnami Bot 277a4fa7c3 9.6.2-r3 release
Update image to version 9.6.2-r3
2017-05-04 15:03:26 +00:00

15 lines
276 B
Bash
Executable File

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