From 53d7173dcae6565aeb750b366e81743784e8758a Mon Sep 17 00:00:00 2001 From: smathis Date: Tue, 22 Jul 2025 13:53:45 +0200 Subject: [PATCH] Fully qualified IOC startup file name --- ioc/startioc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ioc/startioc.py b/ioc/startioc.py index 5412d10..2dfd92b 100644 --- a/ioc/startioc.py +++ b/ioc/startioc.py @@ -37,4 +37,4 @@ def startioc(): f'epicsEnvSet("MASTERMACS1_PORT", "{config["controllers"]["masterMacs1"]["port"]}")\n') # Start the IOC itself - subprocess.run("st.cmd") + subprocess.run(root_dir + 'st.cmd')