black magic escapint stuff ... thanks davidk

This commit is contained in:
Markus Hauschild
2013-12-15 17:50:11 +01:00
parent eb356897bb
commit fe76eda41b
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ class VMHelper:
if (not hibernate_ignore):
if (os.path.isfile(hibernate_file)):
cmd.append("-incoming")
cmd.append("\"exec: cat " + hibernate_file + "\"")
cmd.append("exec: cat " + hibernate_file)
if "runas" in self.config["kvm"]:
cmd.append("-runas")

View File

@@ -10,5 +10,5 @@ shift
vmid=$1
shift
$QEMU $@
$QEMU "$@"
$python $manager cleanup $vmid