mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Overwrite the log for each VM launch
This commit is contained in:
parent
4f68841daa
commit
c755e10405
1 changed files with 1 additions and 1 deletions
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 a new issue