From 7a75aab26f462a2c1f64ada0fe84ed7ec0b628e4 Mon Sep 17 00:00:00 2001 From: danilapog Date: Tue, 14 Jun 2022 23:50:35 +0300 Subject: [PATCH] Refactoring code --- run-document-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-document-server.sh b/run-document-server.sh index 8e6ad49..7473c39 100755 --- a/run-document-server.sh +++ b/run-document-server.sh @@ -83,7 +83,7 @@ WOPI_ENABLED=${WOPI_ENABLED:-false} GENERATE_FONTS=${GENERATE_FONTS:-true} -if [[ ${PRODUCT_NAME}${PRODUCT_EDITION} == documentserver* ]]; then +if [[ ${PRODUCT_NAME}${PRODUCT_EDITION} == *"documentserver"* ]]; then REDIS_ENABLED=false else REDIS_ENABLED=true