added timeout if not run silently

pull/37/head
Romain 2022-04-03 09:12:39 +02:00
parent 6a30bf934c
commit 3a0a9b496d
1 changed files with 4 additions and 1 deletions

View File

@ -220,4 +220,7 @@ else {
}
Write-host "End of process."
Start-Sleep 3
if (!$Silent) {
Timeout 10
}