From 9f45c78dac5eff6a6966fbdafb3c3c5f90b17a47 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Wed, 16 Jun 2021 21:06:29 -0400 Subject: [PATCH] fixes --- disk_check.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk_check.ps1 b/disk_check.ps1 index fc2499a..73c7a4b 100644 --- a/disk_check.ps1 +++ b/disk_check.ps1 @@ -24,7 +24,7 @@ Function Write-Log{ foreach ($i in $volumes) { if ($i.FileSystemLabel -eq "") { - Write-Output + Write-Output "" } else { $result=Repair-Volume -FileSystemLabel $i.FileSystemLabel -Scan