Skip to content
Snippets Groups Projects
Commit 0d8f2ed1 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub
Browse files

Fixed missprint

parent 3e86381b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment