diff options
author | mischa <mischa@rx.high5.nl> | 2020-05-26 22:55:02 +0200 |
---|---|---|
committer | mischa <mischa@rx.high5.nl> | 2020-05-26 22:55:02 +0200 |
commit | e6a511af049c875d8abe0fa593e77bb45f447402 (patch) | |
tree | 35b84d762d25c59dabaff1f0fa33d281c1a6d589 | |
parent | 69850ec6ad76bff48360ff220a89e20a9148e8a8 (diff) |
extra delay before starting autoinstall
-rwxr-xr-x | auto-deploy.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-deploy.exp b/auto-deploy.exp index aeb9cbd..28f610b 100755 --- a/auto-deploy.exp +++ b/auto-deploy.exp @@ -18,6 +18,6 @@ set vmid [lindex $argv 0] set timeout -1 spawn vmctl start -c $vmid expect "(I)nstall, (U)pgrade, (A)utoinstall or (S)hell? " -sleep 1 +sleep 3 send "a\r" expect "(I)nstall, (U)pgrade, (A)utoinstall or (S)hell? " |