mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Replace PID in message with force kill details
This commit is contained in:
parent
de7aeb40b5
commit
199952a13e
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -683,7 +683,7 @@ function vm_boot() {
|
||||||
echo "${QEMU}" "${args[@]}" >> "${VMDIR}/${VMNAME}.sh"
|
echo "${QEMU}" "${args[@]}" >> "${VMDIR}/${VMNAME}.sh"
|
||||||
|
|
||||||
${QEMU} "${args[@]}" > "${VMDIR}/${VMNAME}.log" &
|
${QEMU} "${args[@]}" > "${VMDIR}/${VMNAME}.log" &
|
||||||
echo " - PID: ${!}"
|
echo -e " - Process: On guest: killall ${VMNAME}\t(if a forced kill is required)"
|
||||||
|
|
||||||
# If output is 'none' then SPICE was requested.
|
# If output is 'none' then SPICE was requested.
|
||||||
if [ ${OUTPUT} == "none" ]; then
|
if [ ${OUTPUT} == "none" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue