pull/329/head^2
romanitho 2023-04-23 11:19:21 +02:00
parent 84fc9d1732
commit a8cadd296a
1 changed files with 2 additions and 2 deletions

View File

@ -241,8 +241,8 @@ if (Test-Network) {
} }
} }
#Count good update installations #Count good update installations
$Script:InstallOK = 0 $Script:InstallOK = 0
#Trick under user context when -BypassListForUsers is used #Trick under user context when -BypassListForUsers is used
if ($IsSystem -eq $false -and $WAUConfig.WAU_BypassListForUsers -eq $true) { if ($IsSystem -eq $false -and $WAUConfig.WAU_BypassListForUsers -eq $true) {