You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: download-basemq.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ if [ "$FILE_FOUND" -eq 200 ]; then
37
37
elif [ "$FILE_FOUND"-eq 404 ];then
38
38
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
39
39
echo"$MQ_ARCHIVE_DEV is not available at $BASE_MQ_LOCATION"&&echo"================================================="
40
-
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"
40
+
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"
41
41
echo"Choose any of the available version and run build command for example,'MQ_VERSION=9.4.0.0 make build-devserver'"
0 commit comments