Update entry.sh

This commit is contained in:
Kroese 2024-06-02 21:01:52 +02:00 committed by GitHub
parent f66cacb3f7
commit 77c84575a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ cd /run
trap - ERR
version=$(qemu-system-aarch64 --version | head -n 1 | cut -d '(' -f 1 | awk '{ print $NF }')
info "Booting ${APP} using QEMU v$version..."
info "Booting $APP using QEMU v$version..."
if [[ "$CONSOLE" == [Yy]* ]]; then
exec qemu-system-x86_64 ${ARGS:+ $ARGS}