Correct status message for killing VMs

This commit is contained in:
Martin Wimpress 2021-10-15 02:46:15 +01:00
parent cc397fc088
commit f75c7f402b
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 1 additions and 1 deletions

View File

@ -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