Skip to content

Commit

Permalink
added free amnd frictionless suopport for ScaleIO 2.0-12000
Browse files Browse the repository at this point in the history
  • Loading branch information
bottkars committed Jan 6, 2017
1 parent 99d224a commit 79996cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu-bakery.ps1
Expand Up @@ -300,7 +300,7 @@ if (!$Ubuntu -or $ubuntu -notmatch $ubuntu_sio_ver)
{
Write-Host -ForegroundColor Magenta " ==>looks like we detected ScaleIO 2.0.1"
$SIOMajor = "2.0.1"
$SIO_FILE_VER = "2.0-10000"
$SIO_FILE_VER = "2.0-1"
}
else
{
Expand All @@ -320,7 +320,7 @@ if (!$Ubuntu -or $ubuntu -notmatch $ubuntu_sio_ver)
#$siobfiles.count
}
}
Write-Host -ForegroundColor Gray " ==>evaluationg base path for Gateway"
Write-Host -ForegroundColor Gray " ==>evaluationg base path for Gateway in $scaleio_dir for emc-scaleio-gateway_$SIO_FILE_VER*.deb"
$SIOGatewayrpm = Get-ChildItem -Path $scaleio_dir -Recurse -Filter "emc-scaleio-gateway_$SIO_FILE_VER*.deb" -Exclude ".*" -ErrorAction SilentlyContinue

try
Expand Down

0 comments on commit 79996cd

Please sign in to comment.