summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhelper_scrips/download_and_install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/helper_scrips/download_and_install.sh b/helper_scrips/download_and_install.sh
index 505d591..afbffda 100755
--- a/helper_scrips/download_and_install.sh
+++ b/helper_scrips/download_and_install.sh
@@ -57,6 +57,9 @@ function check_if_qa_release ()
glusterfs_version=$1;
echo $glusterfs_version | grep "qa" 2>/dev/null 1>/dev/null;
+ if [ $? -ne 0 ]; then
+ echo $glusterfs_version | grep "beta" 2>/dev/null 1>/dev/null;
+ fi
ret=$?;
return $ret;