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

Commit 601dc12

Browse files
committed
Remove patching of mqconfig
The problem encountered with the `mqconfig` utility was fixed in MQ V8.0.0.3.
1 parent 26b15cd commit 601dc12

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

8.0.0/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
4141
# Recommended: Set the default MQ installation (makes the MQ commands available on the PATH)
4242
&& /opt/mqm/bin/setmqinst -p /opt/mqm -i \
4343
# Clean up all the downloaded files
44-
&& rm -rf /tmp/mq \
45-
# Bypass defect in the "mqconfig" script
46-
&& sed -i -e "s;CheckShellDefaultOptions$;#CheckShellDefaultOptions;g" /opt/mqm/bin/mqconfig
44+
&& rm -rf /tmp/mq
4745

4846
COPY *.sh /usr/local/bin/
4947
COPY *.mqsc /etc/mqm/

0 commit comments

Comments
 (0)