don't need to spawn a bash
This commit is contained in:
parent
9ed6bbd503
commit
f504e281c0
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ EOF
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue