mirror of
https://github.com/dockur/windows.git
synced 2026-08-05 21:47:16 +01:00
fix: Restore shutdown marker for background tasks (#2063)
This commit is contained in:
@@ -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..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user