fix: CPU detection (#697)

This commit is contained in:
Kroese
2024-04-22 16:48:41 +02:00
committed by GitHub
parent ac78cc7dc5
commit dd76c60e2a
2 changed files with 2 additions and 1 deletions

View File

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