Update winget-upgrade.ps1
parent
60121bd806
commit
b32fc08551
|
@ -66,6 +66,7 @@ function Run-NotifTask ($Title,$Message,$MessageType,$Balise) {
|
||||||
#Wait for notification to display
|
#Wait for notification to display
|
||||||
while ((Get-ScheduledTask -TaskName "Winget Update Notify").State -ne 'Ready') {
|
while ((Get-ScheduledTask -TaskName "Winget Update Notify").State -ne 'Ready') {
|
||||||
echo "Waiting on scheduled task..."
|
echo "Waiting on scheduled task..."
|
||||||
|
Sleep 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue