fix: Add extra line after boot (#1829)

This commit is contained in:
Kroese
2026-07-07 23:18:17 +02:00
committed by GitHub
parent c488bdee93
commit 633cbefb86
+1 -1
View File
@@ -31,7 +31,7 @@ trap - ERR
cmd=(qemu-system-x86_64)
version=$("${cmd[@]}" --version | awk 'NR==1 { print $4 }')
info "Booting ${APP}${BOOT_DESC} using QEMU v$version..."
info "Booting ${APP}${BOOT_DESC} using QEMU v$version..." && echo
pipe="$QEMU_DIR/qemu.pipe"
rm -f "$pipe" && mkfifo "$pipe"