Fix for redis correct work (#449)
* Fix for redis correct work * Refactoring code * Refactoring code * Refactoring code * Refactor: refactoring code
This commit is contained in:
parent
86cbb01bbf
commit
9494e08e8f
2 changed files with 3 additions and 2 deletions
|
@ -83,7 +83,7 @@ WOPI_ENABLED=${WOPI_ENABLED:-false}
|
|||
|
||||
GENERATE_FONTS=${GENERATE_FONTS:-true}
|
||||
|
||||
if [[ ${PRODUCT_NAME} == "documentserver" ]]; then
|
||||
if [[ ${PRODUCT_NAME}${PRODUCT_EDITION} == "documentserver" ]]; then
|
||||
REDIS_ENABLED=false
|
||||
else
|
||||
REDIS_ENABLED=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue