fix: Download error messages (#756)

This commit is contained in:
Kroese
2024-06-05 18:18:29 +02:00
committed by GitHub
parent 0d8c693c65
commit 2ece865417
8 changed files with 61 additions and 47 deletions

View File

@@ -176,7 +176,7 @@ MON_OPTS="\
if [[ "$CONSOLE" != [Yy]* ]]; then
MON_OPTS="$MON_OPTS -daemonize -D $QEMU_LOG"
MON_OPTS+=" -daemonize -D $QEMU_LOG"
_trap _graceful_shutdown SIGTERM SIGHUP SIGINT SIGABRT SIGQUIT