Correct status message for killing VMs
This commit is contained in:
parent
cc397fc088
commit
f75c7f402b
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 New Issue
Block a user