From f75c7f402bb8a0a0c4f55b50c366a862c0f75cef Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 15 Oct 2021 02:46:15 +0100 Subject: [PATCH] Correct status message for killing VMs --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index fe14376..d600408 100755 --- a/quickemu +++ b/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