Skip to content

Commit

Permalink
Added 6.5 version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lamw committed Jan 11, 2017
1 parent dd74e93 commit 62a2135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghettoVCB-restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ sanityCheck() {
ESX_VERSION=$(vmware -v | awk '{print $3}')

case "${ESX_VERSION}" in
6.0.0) VER=6; break;;
6.0.0|6.5.0) VER=6; break;;
5.0.0|5.1.0|5.5.0) VER=5; break;;
4.0.0|4.1.0) VER=4; break;;
3.5.0|3i) VER=3; break;;
Expand Down

0 comments on commit 62a2135

Please sign in to comment.