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

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

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