There was an error while loading. Please reload this page.
1 parent 5f96147 commit 615c483Copy full SHA for 615c483
script/frameworks/phpbb/cleaner.sh
@@ -12,7 +12,7 @@ if [ ! -z "$MYSQL_PASSWORD" ]; then
12
fi
13
14
if [ -z "${WEBROOT_DIR}" ] || [ -z "${PHPBB_DB_NAME}" ] \
15
- [ -z "${MYSQL_USER}" ] || [ -z "${MYSQL_HOST}" ] || [ -z "${MYSQL_PASSWORD}" ] || \
+ [ -z "${MYSQL_USER}" ] || [ -z "${MYSQL_HOST}" ] || [ -z "${MYSQL_PASSWORD}" ] \
16
; then
17
18
catastrophicError "phpBB cleaner can't run with these variables undefined:
0 commit comments