Fully qualified IOC startup file name

This commit is contained in:
2025-07-22 13:53:45 +02:00
parent 6f595d7034
commit 53d7173dca

View File

@@ -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')