Overwrite the log for each VM launch
This commit is contained in:
parent
4f68841daa
commit
c755e10405
2
quickemu
2
quickemu
@ -555,7 +555,7 @@ function vm_boot() {
|
||||
echo "#!/usr/bin/env bash" > "${VMDIR}/${VMNAME}.sh"
|
||||
echo "${QEMU}" "${args[@]}" >> "${VMDIR}/${VMNAME}.sh"
|
||||
|
||||
${QEMU} "${args[@]}" >> "${VMDIR}/${VMNAME}.log" &
|
||||
${QEMU} "${args[@]}" > "${VMDIR}/${VMNAME}.log" &
|
||||
echo " - PID: ${!}"
|
||||
|
||||
# If output is 'none' then SPICE was requested.
|
||||
|
Loading…
Reference in New Issue
Block a user