fix: Restore shutdown marker for background tasks (#2063)

This commit is contained in:
Kroese
2026-08-05 21:09:25 +02:00
committed by GitHub
parent 3aab9e97b5
commit 8a009b6891
+1
View File
@@ -502,6 +502,7 @@ gracefulShutdown() {
# Signal handlers must complete their own error handling and cleanup without # Signal handlers must complete their own error handling and cleanup without
# errexit terminating the shell partway through the shutdown sequence. # errexit terminating the shell partway through the shutdown sequence.
set +e set +e
touch "$QEMU_END"
echo && info "Received $sig signal, sending ACPI shutdown signal..." echo && info "Received $sig signal, sending ACPI shutdown signal..."