| commit | 61e0a2e0da571c67ea25b708668be7a1ffe2805a | [log] [tgz] | 
|---|---|---|
| author | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 24 12:47:13 2011 -0700 | 
| committer | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 24 12:47:13 2011 -0700 | 
| tree | 19b4bd80c8e0df90271b7b15fa841887d8c39ce9 | |
| parent | b169b6354d9d663b52add12d2d92b13946444a3c [diff] | 
don't explode if domain doesn't already exist in build_kvm.sh
diff --git a/tools/build_kvm.sh b/tools/build_kvm.sh index cc63ba2..38a4943 100755 --- a/tools/build_kvm.sh +++ b/tools/build_kvm.sh
@@ -58,7 +58,7 @@ VM_IMAGE=$IMAGES_DIR/$DIST_NAME.$GUEST_NAME.raw # Mop up after previous runs -virsh destroy $GUEST_NAME +virsh destroy $GUEST_NAME || true # Where this vm is stored VM_DIR=$KVMSTACK_DIR/instances/$GUEST_NAME