3.3.0-debian-10-r46 release

This commit is contained in:
Bitnami Bot
2020-03-28 14:01:29 +00:00
parent 9cfa5fffae
commit 1437aac882
3 changed files with 6 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
print_welcome_page
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/init.sh" ]]; then
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "httpd" ]]; then
. /phpbb-init.sh
nami_initialize apache php mysql-client phpbb
info "Starting gosu... "