correctly set up volume directory

This commit is contained in:
Robert Parker
2018-08-21 14:33:00 +01:00
parent 0281e52b47
commit 92e57f2cb1
2 changed files with 9 additions and 3 deletions

View File

@@ -69,9 +69,6 @@ rm -rf ${mnt_mq}/var/cache/yum/*
# Install MQ server packages into the MQ builder image
./mq-advanced-server-rhel/install-mq-rhel.sh ${ctr_mq} "${mnt_mq}" "${archive}" "${packages}"
# Remove the directory structure under /var/mqm which was created by the installer
rm -rf ${mnt_mq}/var/mqm
# Create the directory for MQ configuration files
mkdir -p ${mnt_mq}/etc/mqm
chown 888:888 ${mnt_mq}/etc/mqm