Replace PID in message with force kill details

This commit is contained in:
Martin Wimpress 2021-10-04 23:52:13 +01:00
parent de7aeb40b5
commit 199952a13e
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -683,7 +683,7 @@ function vm_boot() {
echo "${QEMU}" "${args[@]}" >> "${VMDIR}/${VMNAME}.sh"
${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} == "none" ]; then