commit | f504e281c0e1563f7d2d1c6faa6c6f820a2982af | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sat Nov 05 22:29:35 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sat Nov 05 22:29:35 2011 -0700 |
tree | 665294dad3213aa8d4fa9f1e4b98691ba17539b6 | |
parent | 9ed6bbd503469e23bbe03b4ec15c955a07a47e9d [diff] [blame] |
don't need to spawn a bash
diff --git a/tools/build_uec.sh b/tools/build_uec.sh index 9b67cf2..4ef2d04 100755 --- a/tools/build_uec.sh +++ b/tools/build_uec.sh
@@ -156,7 +156,8 @@ cp -r $TOOLS_DIR/uec $vm_dir/uec -(cd $vm_dir/uec; python meta.py 192.168.$GUEST_NETWORK.1:4567 &) +cd $vm_dir/uec +python meta.py 192.168.$GUEST_NETWORK.1:4567 & # Create the instance virsh create $vm_dir/libvirt.xml