-
This commit is contained in:
parent
d0bc390436
commit
ba10048c95
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ if (-not (Test-Path $exePath)) {
|
|||
# Run the cleanup command
|
||||
Write-Host "Running BleachBit cleanup..."
|
||||
$CleanerArgs = $BleachBitCleaners -join " "
|
||||
$output = & $exePath --clean $CleanerArgs
|
||||
$output = Start-Process -FilePath $exePath -ArgumentList "--clean $CleanerArgs" -NoNewWindow -Wait -PassThru -ErrorAction Stop
|
||||
|
||||
# Output JSON result
|
||||
$result = @{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue