Skip to content

Commit 769076c

Browse files
authored
Update cleaner.sh
1 parent 615c483 commit 769076c

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
@@ -11,7 +11,7 @@ if [ ! -z "$MYSQL_PASSWORD" ]; then
1111
MYSQL_PASSWORD_HIDDEN="${MYSQL_PASSWORD:0:2}**...**${MYSQL_PASSWORD: -2}"
1212
fi
1313

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

0 commit comments

Comments
 (0)