1
0
zrcadlo https://github.com/dockur/windows.git synchronizováno 2026-06-12 13:19:34 +08:00

fix: Prevent re-entry during shutdown (#176)

Tento commit je obsažen v:
Kroese
2024-02-16 16:00:21 +01:00
odevzdal GitHub
rodič 01f9603c47
revize 0f2717fec4
+2
Zobrazit soubor
@@ -50,6 +50,8 @@ finish() {
local pid
local reason=$1
touch "$QEMU_END"
if [ -f "$QEMU_PID" ]; then
pid=$(<"$QEMU_PID")