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