Fixing terraform error
This commit is contained in:
parent
53e7fbd228
commit
1f94eebca2
|
|
@ -362,7 +362,7 @@ while (( SECONDS < deadline )); do
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
if [ -n "$guest_host" ] && (( ssh_deadline > 0 && SECONDS >= ssh_deadline )); then
|
if [ -n "$guest_host" ] && (( ssh_deadline > 0 && SECONDS >= ssh_deadline )); then
|
||||||
echo "Timed out waiting for SSH on template-build VM $vmid at $guest_host after ${ssh_timeout_seconds}s once the guest host was known." >&2
|
echo "Timed out waiting for SSH on template-build VM $vmid at $guest_host after $${ssh_timeout_seconds}s once the guest host was known." >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
if (( SECONDS >= next_log )); then
|
if (( SECONDS >= next_log )); then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue