Skip to content

Commit 615c483

Browse files
authored
Update cleaner.sh
1 parent 5f96147 commit 615c483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎script/frameworks/phpbb/cleaner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ ! -z "$MYSQL_PASSWORD" ]; then
1212
fi
1313

1414
if [ -z "${WEBROOT_DIR}" ] || [ -z "${PHPBB_DB_NAME}" ] \
15-
[ -z "${MYSQL_USER}" ] || [ -z "${MYSQL_HOST}" ] || [ -z "${MYSQL_PASSWORD}" ] || \
15+
[ -z "${MYSQL_USER}" ] || [ -z "${MYSQL_HOST}" ] || [ -z "${MYSQL_PASSWORD}" ] \
1616
; then
1717

1818
catastrophicError "phpBB cleaner can't run with these variables undefined:

0 commit comments

Comments
 (0)