Skip to content

Commit

Permalink
Merge branch 'enhance-port-ranges'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Goodwin committed Jan 16, 2018
2 parents e264b81 + 89580c9 commit a4c5fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/files/omnicfg-updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ sed -i "s/127\.0\.0\.1/$OMNISERVICEIP/g" /etc/omniORB.cfg
# If OMNISERVICEPORTS is set, patch in the related command
if [ ! -z ${OMNISERVICEPORTS} ] && [ ! $(grep "giop:tcp::" /etc/omniORB.cfg) ]; then
echo Setting OmniORB Port Range to: $OMNISERVICEPORTS
echo "giop:tcp::${OMNISERVICEPORTS}" >> /etc/omniORB.cfg
echo "endPoint default = giop:tcp::${OMNISERVICEPORTS}" >> /etc/omniORB.cfg
fi

0 comments on commit a4c5fb7

Please sign in to comment.