From: martin f. krafft Date: Thu, 13 Nov 2014 14:27:15 +0000 (+0100) Subject: sleep before reconnect X-Git-Url: https://git.madduck.net/code/vinst.git/commitdiff_plain/82f78b7c8d2a9efbce90ad2c9b72799a39de8672?hp=a421231841b9635bb92e23b0e616b11b80247ec2 sleep before reconnect --- diff --git a/vinst b/vinst index a07629a..07f1925 100755 --- a/vinst +++ b/vinst @@ -230,5 +230,6 @@ virt-install --connect=$QEMU_URI \ virsh --connect=$QEMU_URI console $HOSTNAME if [ $RESTART = 1 ]; then + sleep 5 virsh --connect=$QEMU_URI "start $HOSTNAME; console $HOSTNAME" fi