From 77c84575a716f5fe30f329cb6621eab10f70173c Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 2 Jun 2024 21:01:52 +0200 Subject: [PATCH] Update entry.sh --- src/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry.sh b/src/entry.sh index e74a9e6b..c7647f95 100755 --- a/src/entry.sh +++ b/src/entry.sh @@ -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}