From e6a511af049c875d8abe0fa593e77bb45f447402 Mon Sep 17 00:00:00 2001 From: mischa Date: Tue, 26 May 2020 22:55:02 +0200 Subject: [PATCH] extra delay before starting autoinstall --- auto-deploy.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? "