Skip to content

Commit

Permalink
Merge pull request #37 from bioturing/bioturing-ecosystem-validation-bug
Browse files Browse the repository at this point in the history
BBrowserX new version updated
  • Loading branch information
linuxpham committed Feb 29, 2024
2 parents a31eadd + 52e2d74 commit fdc2b84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions bioturing_ecosystem/rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,9 @@ fi

# Check Version
echo -e "\n"
read -p "Please enter BBrowserX's VERSION (latest) 2.1.5: " BBVERSION
read -p "Please enter BBrowserX's VERSION (latest) 2.1.6: " BBVERSION
if [ -z "$BBVERSION" ]; then
BBVERSION="2.1.5"
BBVERSION="2.1.6"
fi

# Paramter config file updates
Expand Down Expand Up @@ -449,7 +449,7 @@ if [ "$SSL_CONFIRM" == "yes" ] || [ "$SSL_CONFIRM" == "y" ]; then
docker run -t -i \
-e BASE_URL="$BASE_URL" \
-e BIOTURING_TOKEN="$BIOTURING_TOKEN" \
-e VALIDATION_STRINGS="$VALIDATION_STRING" \
-e VALIDATION_STRING="$VALIDATION_STRING" \
-e HTTP_PROXY="$HTTP_PROXY" \
-e HTTPS_PROXY="$HTTPS_PROXY" \
-e NO_PROXY="$NO_PROXY" \
Expand All @@ -475,7 +475,7 @@ else
docker run -t -i \
-e BASE_URL="$BASE_URL" \
-e BIOTURING_TOKEN="$BIOTURING_TOKEN" \
-e VALIDATION_STRINGS="$VALIDATION_STRING" \
-e VALIDATION_STRING="$VALIDATION_STRING" \
-e HTTP_PROXY="$HTTP_PROXY" \
-e HTTPS_PROXY="$HTTPS_PROXY" \
-e NO_PROXY="$NO_PROXY" \
Expand Down
8 changes: 4 additions & 4 deletions bioturing_ecosystem/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,9 @@ fi

# Check Version
echo -e "\n"
read -p "Please enter BBrowserX's VERSION (latest) 2.1.5 " BBVERSION
read -p "Please enter BBrowserX's VERSION (latest) 2.1.6 " BBVERSION
if [ -z "$BBVERSION" ]; then
BBVERSION="2.1.5"
BBVERSION="2.1.6"
fi

# Paramter config file updates
Expand Down Expand Up @@ -436,7 +436,7 @@ if [ "$SSL_CONFIRM" == "yes" ] || [ "$SSL_CONFIRM" == "y" ]; then
docker run -t -i \
-e BASE_URL="$BASE_URL" \
-e BIOTURING_TOKEN="$BIOTURING_TOKEN" \
-e VALIDATION_STRINGS="$VALIDATION_STRING" \
-e VALIDATION_STRING="$VALIDATION_STRING" \
-e HTTP_PROXY="$HTTP_PROXY" \
-e HTTPS_PROXY="$HTTPS_PROXY" \
-e NO_PROXY="$NO_PROXY" \
Expand All @@ -462,7 +462,7 @@ else
docker run -t -i \
-e BASE_URL="$BASE_URL" \
-e BIOTURING_TOKEN="$BIOTURING_TOKEN" \
-e VALIDATION_STRINGS="$VALIDATION_STRING" \
-e VALIDATION_STRING="$VALIDATION_STRING" \
-e HTTP_PROXY="$HTTP_PROXY" \
-e HTTPS_PROXY="$HTTPS_PROXY" \
-e NO_PROXY="$NO_PROXY" \
Expand Down

0 comments on commit fdc2b84

Please sign in to comment.