feat: Print arguments in debug mode

This commit is contained in:
Kroese 2024-05-21 09:26:56 +02:00 committed by GitHub
parent aab4145864
commit 7708e62416
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,5 +19,4 @@ trap - ERR
info "Booting image${BOOT_DESC}..."
[[ "$DEBUG" == [Yy1]* ]] && set -x
exec qemu-system-aarch64 ${ARGS:+ $ARGS}