Fixed missprint

This commit is contained in:
Alexey Golubev 2017-04-12 14:46:06 +03:00 committed by GitHub
parent 3e86381bb8
commit 0d8f2ed1a7

@ -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