fixes
This commit is contained in:
parent
4823cf940f
commit
9f45c78dac
@ -24,7 +24,7 @@ Function Write-Log{
|
|||||||
|
|
||||||
foreach ($i in $volumes) {
|
foreach ($i in $volumes) {
|
||||||
if ($i.FileSystemLabel -eq "") {
|
if ($i.FileSystemLabel -eq "") {
|
||||||
Write-Output
|
Write-Output ""
|
||||||
} else {
|
} else {
|
||||||
$result=Repair-Volume -FileSystemLabel $i.FileSystemLabel -Scan
|
$result=Repair-Volume -FileSystemLabel $i.FileSystemLabel -Scan
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user