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 if [ ${RABBITMQ_SERVER_HOST} != "localhost" ]; then
update_rabbitmq_setting update_rabbitmq_setting
else else
LOCAL_SERVICES+=("redis-server") LOCAL_SERVICES+=("rabbitmq-server")
fi fi
if [ ${REDIS_SERVER_HOST} != "localhost" ]; then if [ ${REDIS_SERVER_HOST} != "localhost" ]; then
update_redis_settings update_redis_settings
else else
LOCAL_SERVICES+=("rabbitmq-server") LOCAL_SERVICES+=("redis-server")
fi fi
else else
# no need to update settings just wait for remote data # no need to update settings just wait for remote data