Remove "Write-Log.ps1" as replaced by "Write-ToLog.ps1"
parent
bb4ab0b7eb
commit
610c146c13
|
@ -193,7 +193,8 @@ function Invoke-PostUpdateActions {
|
|||
$FileNames = @(
|
||||
"$WorkingDir\functions\Get-WAUConfig.ps1",
|
||||
"$WorkingDir\functions\Get-WAUCurrentVersion.ps1",
|
||||
"$WorkingDir\functions\Get-WAUUpdateStatus.ps1"
|
||||
"$WorkingDir\functions\Get-WAUUpdateStatus.ps1",
|
||||
"$WorkingDir\functions\Write-Log.ps1"
|
||||
)
|
||||
foreach ($FileName in $FileNames) {
|
||||
if (Test-Path $FileName) {
|
||||
|
|
Loading…
Reference in New Issue