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:
Родитель
fc69dbf31f
Коммит
04e212317d
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче