From 8a009b689182ad8c4429b49dd8393a3222c39a59 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 5 Aug 2026 21:09:25 +0200 Subject: [PATCH] fix: Restore shutdown marker for background tasks (#2063) --- src/power.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/power.sh b/src/power.sh index f4bcc3db..6fc6d89f 100644 --- a/src/power.sh +++ b/src/power.sh @@ -502,6 +502,7 @@ gracefulShutdown() { # Signal handlers must complete their own error handling and cleanup without # errexit terminating the shell partway through the shutdown sequence. set +e + touch "$QEMU_END" echo && info "Received $sig signal, sending ACPI shutdown signal..."