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