Skip to content

Commit

Permalink
Merge pull request #40 from bioturing/Bioturing-ecosystem-tag-ipdate
Browse files Browse the repository at this point in the history
Bioturing ecosystem - new image tag updated
  • Loading branch information
linuxpham committed Apr 9, 2024
2 parents 0b705d8 + db9e40a commit fce16e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.6: " BBVERSION
read -p "Please enter BBrowserX's VERSION (latest) 2.1.8: " BBVERSION
if [ -z "$BBVERSION" ]; then
BBVERSION="2.1.6"
BBVERSION="2.1.8"
fi

# Paramter config file updates
Expand Down
4 changes: 2 additions & 2 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.6 " BBVERSION
read -p "Please enter BBrowserX's VERSION (latest) 2.1.8 " BBVERSION
if [ -z "$BBVERSION" ]; then
BBVERSION="2.1.6"
BBVERSION="2.1.8"
fi

# Paramter config file updates
Expand Down

0 comments on commit fce16e0

Please sign in to comment.