Commit 9fb512c5 authored by Ignacio's avatar Ignacio
Browse files

Merge branch 'dev' into 'master'

Corrige script detectar ips de activemq

See merge request redmic-project/gis/geoserver!5
parents 9d33ba02 e4219ad3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ echo "${SERVICE_NODES}"
NODE_IPS=""
for NODE_IP in ${SERVICE_NODES}; do
	if [ -n "${NODE_IPS}" ]; then
		NODE_IPS=","
		NODE_IPS="${NODE_IPS},"
	fi
	NODE_IPS="${NODE_IPS}tcp\://${NODE_IP}\:${ACTIVEMQ_PORT}"
done