mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 17:22:50 +01:00
fix: remove redundant output for AuditFilter setting in WELA.ps1
This commit is contained in:
2
WELA.ps1
2
WELA.ps1
@@ -5910,8 +5910,6 @@ function ConfigureAuditSettings {
|
|||||||
Write-Host "[OK] AuditFilter is already 127" -ForegroundColor Green
|
Write-Host "[OK] AuditFilter is already 127" -ForegroundColor Green
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
Write-Host ("[SET] AuditFilter: {0} -> 127" -f $currentValue) -ForegroundColor Yellow
|
|
||||||
|
|
||||||
$proceed = $false
|
$proceed = $false
|
||||||
if ($Auto) {
|
if ($Auto) {
|
||||||
$proceed = $true
|
$proceed = $true
|
||||||
|
|||||||
Reference in New Issue
Block a user