Initialliaze services.CoAuthoring.redis before attempting to set a child to a value (#404)

Co-authored-by: papacarlo <builder@onlyoffice.com>
This commit is contained in:
Stavros Kois 2022-02-09 09:37:52 +02:00 committed by GitHub
parent 4c959d62b7
commit 21f5019e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -284,6 +284,7 @@ update_rabbitmq_setting(){
}
update_redis_settings(){
${JSON} -I -e "if(this.services.CoAuthoring.redis===undefined)this.services.CoAuthoring.redis={};"
${JSON} -I -e "this.services.CoAuthoring.redis.host = '${REDIS_SERVER_HOST}'"
${JSON} -I -e "this.services.CoAuthoring.redis.port = '${REDIS_SERVER_PORT}'"
}