mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
3.2.1-r2 release
phpBB expects an existing database to be configured with.
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
. /opt/bitnami/base/helpers
|
||||
|
||||
print_welcome_page
|
||||
check_for_updates &
|
||||
|
||||
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/init.sh" ]]; then
|
||||
nami_initialize apache php phpbb
|
||||
. /init.sh
|
||||
nami_initialize apache php mysql-client phpbb
|
||||
info "Starting phpbb... "
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user