Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dselvara1 committed Oct 16, 2024
1 parent 25e81a4 commit 8818863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-basemq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ "$FILE_FOUND" -eq 200 ]; then
elif [ "$FILE_FOUND" -eq 404 ]; then
curl -s --list-only --location $BASE_MQ_LOCATION | sed 's/href=/\nhref=/g' |grep href=\" |sed 's/.*href="//g;s/".*//g' > downloads/base-mq-file-list.txt
echo "$MQ_ARCHIVE_DEV is not available at $BASE_MQ_LOCATION" && echo "================================================="
grep "$MQ_VERSION_VRM" downloads/base-mq-file-list.txt| grep "IBM-MQ-" && echo "=================================================" && echo "$MQ_VERSION_VRM images available in the ftp site are listed above"
grep "$MQ_VERSION_VRM" downloads/base-mq-file-list.txt| grep "IBM-MQ-" && echo "=================================================" && echo "$MQ_VERSION_VRM images available in the download site are listed above"
echo "Choose any of the available version and run build command for example,'MQ_VERSION=9.4.0.0 make build-devserver'"
rm -f downloads/base-mq-file-list.txt
exit 1
Expand Down

0 comments on commit 8818863

Please sign in to comment.