Better output
This commit is contained in:
@@ -141,7 +141,7 @@ function DownloadFiles {
|
|||||||
foreach ($fileInfo in $filesToDownload) {
|
foreach ($fileInfo in $filesToDownload) {
|
||||||
$filePath = Join-Path $tmpPath $fileInfo.FileName
|
$filePath = Join-Path $tmpPath $fileInfo.FileName
|
||||||
|
|
||||||
Write-Host "Downloading $($fileInfo.FileName)..."
|
Write-Host "Checking $($fileInfo.FileName)..."
|
||||||
|
|
||||||
if (-not (Test-Path -Path $filePath -PathType Leaf)) {
|
if (-not (Test-Path -Path $filePath -PathType Leaf)) {
|
||||||
Write-Host "File not found, downloading..."
|
Write-Host "File not found, downloading..."
|
||||||
|
|||||||
Reference in New Issue
Block a user