From 0d8f2ed1a74b05fce27c4aa5ca9b0a8e5fc3d8d9 Mon Sep 17 00:00:00 2001
From: Alexey Golubev <alexey.golubev@onlyoffice.com>
Date: Wed, 12 Apr 2017 14:46:06 +0300
Subject: [PATCH] Fixed missprint

---
 run-document-server.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/run-document-server.sh b/run-document-server.sh
index c19afa0..4363e9c 100644
--- a/run-document-server.sh
+++ b/run-document-server.sh
@@ -217,13 +217,13 @@ if [ ${ONLYOFFICE_DATA_CONTAINER_HOST} = "localhost" ]; then
   if [ ${RABBITMQ_SERVER_HOST} != "localhost" ]; then
     update_rabbitmq_setting
   else
-    LOCAL_SERVICES+=("redis-server")
+    LOCAL_SERVICES+=("rabbitmq-server")
   fi
 
   if [ ${REDIS_SERVER_HOST} != "localhost" ]; then
     update_redis_settings
   else
-    LOCAL_SERVICES+=("rabbitmq-server")
+    LOCAL_SERVICES+=("redis-server")
   fi
 else
   # no need to update settings just wait for remote data
-- 
GitLab