Update OnStartAzureVirtualMachineFileServer.ps1 (#357)

I used the Github editor to replace the file content and looks like there are some special chars got in which are not even visible in change log  I’ll send out another PR.

                Expand-ZIPFile –File $zipFile –Destination "$pwd"                
                Move-Item -Path $zipFile -Destination "$zipFile.expanded" -Force
This commit is contained in:
pagariyaalok 2018-06-29 14:35:18 -07:00 коммит произвёл Krishna Nithin
Родитель fc69dbf31f
Коммит 04e212317d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -100,7 +100,7 @@ try
if (Test-Path $zipFile)
{
Expand-ZIPFile File $zipFile Destination "$pwd"
Expand-ZIPFile -file $zipFile -destination "$pwd"
Move-Item -Path $zipFile -Destination "$zipFile.expanded" -Force
}
}