Bump phpbb version to 3.2.2

This commit is contained in:
selim13
2018-08-22 19:51:17 +03:00
parent 7a92429e66
commit fc6fc1a0f3
2 changed files with 25 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
set -e
[[ "${PHPBB_INSTALL}" = "true" ]] && echo "" > config.php
[[ "${PHPBB_INSTALL}" = "true" ]] && rm config.php
[[ "${PHPBB_INSTALL}" != "true" ]] && rm -rf install
db_wait() {