Unverified Commit e93986e2 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Print arguments in debug mode (#514)

parent 2cb9f009
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,5 +19,4 @@ trap - ERR

info "Booting image${BOOT_DESC}..."

[[ "$DEBUG" == [Yy1]* ]] && set -x
exec qemu-system-x86_64 ${ARGS:+ $ARGS}