mal wieder ein commit
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
#!/bin/bash
|
||||
vmid=$1
|
||||
|
||||
|
||||
python=$1
|
||||
shift
|
||||
manager=$1
|
||||
shift
|
||||
QEMU=$1
|
||||
shift
|
||||
vmid=$1
|
||||
shift
|
||||
|
||||
date >> /tmp/cleanup
|
||||
echo "Starting ${vmid}" >> /tmp/cleanup
|
||||
/usr/bin/qemu-kvm $@
|
||||
|
||||
date >> /tmp/cleanup
|
||||
echo "Cleaning up for ${vmid}" >> /tmp/cleanup
|
||||
/root/tmp/manager.py cleanup $vmid
|
||||
$QEMU $@
|
||||
$python $manager cleanup $vmid
|
||||
|
||||
Reference in New Issue
Block a user