Skip to content

Commit

Permalink
Add a retry mechanism when accepting the mq license (#15689)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored Aug 28, 2023
1 parent 88c72a9 commit 3c972f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ddev/ci/scripts/ibm_ace/linux/55_install_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pushd $TMP_DIR

tar -zxvf ./*.tar.gz
pushd MQServer
sudo ./mqlicense.sh -text_only -accept
for i in 2 4 8 16 32; do sudo ./mqlicense.sh -text_only -accept && break || sleep $i; done
sudo rpm -ivh --force-debian *.rpm
sudo /opt/mqm/bin/setmqinst -p /opt/mqm -i
popd
Expand Down
2 changes: 1 addition & 1 deletion .ddev/ci/scripts/ibm_mq/linux/55_install_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pushd $TMP_DIR

tar -zxvf ./*.tar.gz
pushd MQServer
sudo ./mqlicense.sh -text_only -accept
for i in 2 4 8 16 32; do sudo ./mqlicense.sh -text_only -accept && break || sleep $i; done
sudo rpm -ivh --force-debian *.rpm
sudo /opt/mqm/bin/setmqinst -p /opt/mqm -i
popd
Expand Down

0 comments on commit 3c972f1

Please sign in to comment.