mirror of
https://github.com/dockur/windows.git
synced 2026-07-15 01:38:16 +01:00
fix: Add extra line after boot (#1829)
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user