This commit is contained in:
Vladimir Safonkin
2021-02-03 15:20:22 +03:00
parent 6ade6c061b
commit c8cf369c29
2 changed files with 20 additions and 21 deletions

View File

@ -18,7 +18,7 @@ if ($os -eq "Linux") {
foreach ($path in $pathsToClear) {
if (Test-Path $path) {
Write-Host "Clear $path"
Write-Host "Clear $path path"
Remove-Item $path -Recurse -Force
}
}