fix: Custom URL parsing (#528)

This commit is contained in:
Kroese
2024-05-22 00:53:19 +02:00
committed by GitHub
parent 98204e54ef
commit b1f10aa546
4 changed files with 11 additions and 14 deletions

View File

@@ -24,7 +24,6 @@ cd /run
trap - ERR
info "Booting ${APP}${BOOT_DESC}..."
[[ "$DEBUG" == [Yy1]* ]] && echo "Arguments: $ARGS" && echo
{ qemu-system-x86_64 ${ARGS:+ $ARGS} >"$QEMU_OUT" 2>"$QEMU_LOG"; rc=$?; } || :
(( rc != 0 )) && error "$(<"$QEMU_LOG")" && exit 15