extra delay before starting autoinstall

This commit is contained in:
mischa 2020-05-26 22:55:02 +02:00
parent 69850ec6ad
commit e6a511af04
1 changed files with 1 additions and 1 deletions

View File

@ -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? "