Wrong place
parent
823c5497bf
commit
6530b2d449
|
@ -177,7 +177,6 @@ if (Test-Network) {
|
||||||
Write-ToLog "$DeletedMods Mods deleted (not externally managed) from local path: $($WAUConfig.InstallLocation.TrimEnd(" ", "\"))\mods" "Red"
|
Write-ToLog "$DeletedMods Mods deleted (not externally managed) from local path: $($WAUConfig.InstallLocation.TrimEnd(" ", "\"))\mods" "Red"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#Test if _WAU-mods.ps1 exist (Mods for WAU if Network is active/any Winget is installed/running as SYSTEM)
|
#Test if _WAU-mods.ps1 exist (Mods for WAU if Network is active/any Winget is installed/running as SYSTEM)
|
||||||
$Mods = "$WorkingDir\mods"
|
$Mods = "$WorkingDir\mods"
|
||||||
|
@ -193,6 +192,8 @@ if (Test-Network) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
if ($($WAUConfig.WAU_ListPath) -eq "GPO") {
|
if ($($WAUConfig.WAU_ListPath) -eq "GPO") {
|
||||||
$Script:GPOList = $True
|
$Script:GPOList = $True
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue