From 7b9323b6b1d7de349f1b474ed580d6ff70ea49b8 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Fri, 11 Jul 2025 21:38:16 -0400 Subject: fix script pass through --- main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.py b/main.py index 11ed939..64412b5 100644 --- a/main.py +++ b/main.py @@ -64,6 +64,9 @@ export LSFG_MULTIPLIER=2 export LSFG_FLOW_SCALE=1.0 # export LSFG_HDR=1 # export MESA_VK_WSI_PRESENT_MODE=immediate # - disable vsync + +# Execute the passed command with the environment variables set +exec "$@" """ with open(lsfg_script_path, 'w') as script_file: -- cgit v1.2.3