Commit e4219ad3 authored by Nacho's avatar Nacho
Browse files

Corrige script detectar ips de activemq

parent 5ea6f4e9
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