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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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