fix: Print system info

This commit is contained in:
Kroese
2024-04-25 14:28:40 +02:00
committed by GitHub
parent dd76c60e2a
commit f424a47dfe

View File

@@ -18,7 +18,7 @@ cd /run
trap - ERR trap - ERR
info "Booting ${APP} on a ${CPU} using QEMU v${VERS} with kernel $(uname -r)..." info "Booting ${APP}..."
[[ "$DEBUG" == [Yy1]* ]] && echo "Arguments: $ARGS" && echo [[ "$DEBUG" == [Yy1]* ]] && echo "Arguments: $ARGS" && echo
if [[ "$CONSOLE" == [Yy]* ]]; then if [[ "$CONSOLE" == [Yy]* ]]; then