mirror of
https://github.com/dockur/windows-arm.git
synced 2024-11-19 03:31:48 +00:00
Update entry.sh
This commit is contained in:
parent
8c5f7fe340
commit
f0b59087d2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ trap - ERR
|
||||||
info "Booting $APP using $VERS..."
|
info "Booting $APP using $VERS..."
|
||||||
[[ "$DEBUG" == [Yy1]* ]] && echo "Arguments: $ARGS" && echo
|
[[ "$DEBUG" == [Yy1]* ]] && echo "Arguments: $ARGS" && echo
|
||||||
|
|
||||||
{ qemu-system-x86_64 ${ARGS:+ $ARGS} >"$QEMU_OUT" 2>"$QEMU_LOG"; rc=$?; } || :
|
{ qemu-system-aarch64 ${ARGS:+ $ARGS} >"$QEMU_OUT" 2>"$QEMU_LOG"; rc=$?; } || :
|
||||||
(( rc != 0 )) && error "$(<"$QEMU_LOG")" && exit 15
|
(( rc != 0 )) && error "$(<"$QEMU_LOG")" && exit 15
|
||||||
|
|
||||||
terminal
|
terminal
|
||||||
|
|
Loading…
Reference in a new issue