From 4d77861863d3ce86770a7e206a2e88bdb1eb76f6 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Fri, 16 Jan 2026 14:15:20 +0300 Subject: [PATCH] ksamu: fixed pid variable --- testinstall/ksamu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testinstall/ksamu b/testinstall/ksamu index 5025d0ab1..2f44295c0 100644 --- a/testinstall/ksamu +++ b/testinstall/ksamu @@ -37,6 +37,6 @@ background_task() { } background_task & -BG_PID=$! -export BG_PID +WH_BG_PID=$! +export WH_BG_PID ' >> "$DRIVE_C/KSAMU/KSAMU.exe.whdb"