This commit is contained in:
Vladimir Safonkin 2021-02-03 17:46:39 +03:00
parent 6b7d951977
commit 7bbfec324f

View File

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