This commit is contained in:
Shital Savekar 2018-05-30 02:43:17 -07:00
Родитель baaf1adb8e 9b19fd8439
Коммит 4c1a45a3a5
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -119,6 +119,7 @@ try
$allFileObjects | Out-File -FilePath $textFilePath -Force -Verbose -NoClobber
Add-Content -Value "--------------------------------------------------------" -Path $textFilePath
Add-Content -Value " Total : 0 GB" -Path $textFilePath
Set-Content -Value "" -Path $cleanupFilesPath -Force -Verbose
}
$ExitCode = 0
}