Skip to content

Commit

Permalink
bin/offline-vm-setup.sh: waiting for VM deployment to finish before e…
Browse files Browse the repository at this point in the history
…xiting script
  • Loading branch information
jschumacher-wire committed Oct 25, 2024
1 parent dd3dc18 commit b4c750a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/offline-vm-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,8 @@ for (( i=0; i<${#VM_NAME[@]}; i++ )); do
sleep 20
fi
done

while sudo virsh list --all | grep -Fq running; do
sleep 20
msg "INFO: VM deployment still in progress ..."
done

0 comments on commit b4c750a

Please sign in to comment.