From b32fc08551dcb2a46a9c85fa65a5e3251350266c Mon Sep 17 00:00:00 2001 From: Romanitho <96626929+Romanitho@users.noreply.github.com> Date: Fri, 21 Jan 2022 09:49:53 +0100 Subject: [PATCH] Update winget-upgrade.ps1 --- winget-update/winget-upgrade.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/winget-update/winget-upgrade.ps1 b/winget-update/winget-upgrade.ps1 index fecf633..a4f5955 100644 --- a/winget-update/winget-upgrade.ps1 +++ b/winget-update/winget-upgrade.ps1 @@ -66,6 +66,7 @@ function Run-NotifTask ($Title,$Message,$MessageType,$Balise) { #Wait for notification to display while ((Get-ScheduledTask -TaskName "Winget Update Notify").State -ne 'Ready') { echo "Waiting on scheduled task..." + Sleep 3 } } @@ -300,4 +301,4 @@ else{ $Balise = "connection" Run-NotifTask $Title $Message $MessageType $Balise } -Write-Log "End of process!" "Cyan" \ No newline at end of file +Write-Log "End of process!" "Cyan"