added timeout if not run silently
parent
6a30bf934c
commit
3a0a9b496d
|
@ -220,4 +220,7 @@ else {
|
|||
}
|
||||
|
||||
Write-host "End of process."
|
||||
Start-Sleep 3
|
||||
|
||||
if (!$Silent) {
|
||||
Timeout 10
|
||||
}
|
Loading…
Reference in New Issue