Skip to content

Commit a4c5fb7

Browse files
author
Thomas Goodwin
committed
Merge branch 'enhance-port-ranges'
2 parents e264b81 + 89580c9 commit a4c5fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfiles/files/omnicfg-updater.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ sed -i "s/127\.0\.0\.1/$OMNISERVICEIP/g" /etc/omniORB.cfg
3030
# If OMNISERVICEPORTS is set, patch in the related command
3131
if [ ! -z ${OMNISERVICEPORTS} ] && [ ! $(grep "giop:tcp::" /etc/omniORB.cfg) ]; then
3232
echo Setting OmniORB Port Range to: $OMNISERVICEPORTS
33-
echo "giop:tcp::${OMNISERVICEPORTS}" >> /etc/omniORB.cfg
33+
echo "endPoint default = giop:tcp::${OMNISERVICEPORTS}" >> /etc/omniORB.cfg
3434
fi

0 commit comments

Comments
 (0)