We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e264b81 + 89580c9 commit a4c5fb7Copy full SHA for a4c5fb7
1 file changed
Dockerfiles/files/omnicfg-updater.sh
@@ -30,5 +30,5 @@ sed -i "s/127\.0\.0\.1/$OMNISERVICEIP/g" /etc/omniORB.cfg
30
# If OMNISERVICEPORTS is set, patch in the related command
31
if [ ! -z ${OMNISERVICEPORTS} ] && [ ! $(grep "giop:tcp::" /etc/omniORB.cfg) ]; then
32
echo Setting OmniORB Port Range to: $OMNISERVICEPORTS
33
- echo "giop:tcp::${OMNISERVICEPORTS}" >> /etc/omniORB.cfg
+ echo "endPoint default = giop:tcp::${OMNISERVICEPORTS}" >> /etc/omniORB.cfg
34
fi
0 commit comments