bump to 3.3.4, switch to php8

This commit is contained in:
selim13
2021-08-25 15:15:35 +03:00
parent 5ba9157845
commit 3c799ee8d8
4 changed files with 35 additions and 34 deletions

View File

@@ -17,7 +17,7 @@ db_wait() {
db_migrate() {
if [[ "${PHPBB_DB_AUTOMIGRATE}" = "true" && "${PHPBB_INSTALL}" != "true" ]]; then
echo "$(date) - applying migrations"
su-exec apache php bin/phpbbcli.php db:migrate
su-exec apache php8 bin/phpbbcli.php db:migrate
fi
}