Merge pull request #193 from KnifMelti/main

Catch...
pull/194/head
Romain 2022-10-17 17:45:35 +02:00 committed by GitHub
commit c095e377d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -70,12 +70,12 @@ else {
Start-NotifTask $Title $Message $MessageType $Balise $OnClickAction
break
}
#Run scheduled task
Get-ScheduledTask -TaskName "Winget-AutoUpdate" -ErrorAction Stop | Start-ScheduledTask -ErrorAction Stop
#Starting check - Send notification
$Message = $NotifLocale.local.outputs.output[6].message
$MessageType = "info"
Start-NotifTask $Title $Message $MessageType $Balise $OnClickAction
#Run scheduled task
Get-ScheduledTask -TaskName "Winget-AutoUpdate" -ErrorAction Stop | Start-ScheduledTask -ErrorAction Stop
#Sleep until the task is done
While (Test-WAUisRunning) {
Start-Sleep 3