Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
Remove patching of mqconfig
Browse files Browse the repository at this point in the history
The problem encountered with the `mqconfig` utility was fixed in MQ V8.0.0.3.
  • Loading branch information
arthurbarr committed Dec 1, 2015
1 parent 26b15cd commit 601dc12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 8.0.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
# Recommended: Set the default MQ installation (makes the MQ commands available on the PATH)
&& /opt/mqm/bin/setmqinst -p /opt/mqm -i \
# Clean up all the downloaded files
&& rm -rf /tmp/mq \
# Bypass defect in the "mqconfig" script
&& sed -i -e "s;CheckShellDefaultOptions$;#CheckShellDefaultOptions;g" /opt/mqm/bin/mqconfig
&& rm -rf /tmp/mq

COPY *.sh /usr/local/bin/
COPY *.mqsc /etc/mqm/
Expand Down

0 comments on commit 601dc12

Please sign in to comment.