fix: Add extra line after boot (#1234)

This commit is contained in:
Kroese
2026-07-08 16:50:21 +02:00
committed by GitHub
parent c9a2a6966b
commit cbe3644335
+1 -1
View File
@@ -26,7 +26,7 @@ trap - ERR
cmd=(qemu-system-x86_64)
version=$("${cmd[@]}" --version | awk 'NR==1 { print $4 }')
info "Booting $APP using QEMU v$version..."
info "Booting $APP using QEMU v$version..." && echo
if ! enabled "$SHUTDOWN"; then
exec "${cmd[@]}" ${ARGS:+ $ARGS}