X-Git-Url: http://git.onelab.eu/?p=build.git;a=blobdiff_plain;f=lbuild-initvm.sh;fp=lbuild-initvm.sh;h=59ba47ee9f09f45db84e094dcaeb48e008f0353a;hp=9dc96c08e8cef0d50d0b1fe96e39bf994c8ea97d;hb=57a816ab6f8b0ed57c577b2f7374fdc9f552a7ae;hpb=139959af774cdf79520850293c4060c1d4f94f66 diff --git a/lbuild-initvm.sh b/lbuild-initvm.sh index 9dc96c08..59ba47ee 100755 --- a/lbuild-initvm.sh +++ b/lbuild-initvm.sh @@ -905,7 +905,7 @@ function wait_for_ssh () { local counter=1 while [ "$current_time" -lt "$stop_time" ] ; do echo "$counter-th attempt to reach sshd in container $lxc ..." - [ -z "$guest_ip" ] && guest_ip=$(guest_ipv4 $lxc) + [ -z "$guest_ip" ] && guest_ip=$(guest_ipv4 $lxc) || : [ -n "$guest_ip" ] && ssh -o "StrictHostKeyChecking no" $guest_ip arch && { success=true; echo "SSHD in container $lxc is UP on IP $guest_ip"; break ; } || : # some of our boxes have gone through a long upgrade historically, and