mirror of
https://github.com/dockur/windows.git
synced 2025-12-19 17:00:29 +00:00
fix: Prevent re-entry during shutdown (#176)
This commit is contained in:
@@ -50,6 +50,8 @@ finish() {
|
||||
local pid
|
||||
local reason=$1
|
||||
|
||||
touch "$QEMU_END"
|
||||
|
||||
if [ -f "$QEMU_PID" ]; then
|
||||
|
||||
pid=$(<"$QEMU_PID")
|
||||
|
||||
Reference in New Issue
Block a user