Skip to content

Commit

Permalink
Merge pull request #290 from eric-young/support-8.0.1
Browse files Browse the repository at this point in the history
Support 8.0.1
  • Loading branch information
lamw authored Apr 20, 2023
2 parents 588d8f9 + 70af427 commit 2358346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ghettoVCB-restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ sanityCheck() {
ESX_VERSION=$(vmware -v | awk '{print $3}')

case "${ESX_VERSION}" in
8.0.0) VER=8; break;;
8.0.0|8.0.1) VER=8; break;;
7.0.0|7.0.1|7.0.2|7.0.3) VER=7; break;;
6.0.0|6.5.0|6.7.0) VER=6; break;;
5.0.0|5.1.0|5.5.0) VER=5; break;;
Expand Down
2 changes: 1 addition & 1 deletion ghettoVCB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ sanityCheck() {
ESX_RELEASE=$(uname -r)

case "${ESX_VERSION}" in
8.0.0) VER=8; break;;
8.0.0|8.0.1) VER=8; break;;
7.0.0|7.0.1|7.0.2|7.0.3) VER=7; break;;
6.0.0|6.5.0|6.7.0) VER=6; break;;
5.0.0|5.1.0|5.5.0) VER=5; break;;
Expand Down

0 comments on commit 2358346

Please sign in to comment.