Skip to content

Commit 4f3e5f5

Browse files
authored
Merge pull request #73 from ot4i/removeMqmDelete
Removed the delete of /var/mqm from the mq install script
2 parents d9f390c + 12f9ecc commit 4f3e5f5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ubi/install-mq.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,3 @@ find /opt/mqm -name '*.tar.gz' -delete
5757

5858
# Clean up all the downloaded files
5959
rm -rf ${DIR_EXTRACT}
60-
61-
# Remove the directory structure under /var/mqm which was created by the installer
62-
rm -rf /var/mqm

0 commit comments

Comments
 (0)