From 5743a390d6c42bf04577cf560ee48d88c936adf0 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Wed, 8 Nov 2023 16:00:25 +0000 Subject: [PATCH] new location of ibek-defs added to start.sh template --- src/ibek/templates/ioc/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ibek/templates/ioc/start.sh b/src/ibek/templates/ioc/start.sh index 3090ee240..326e126d1 100755 --- a/src/ibek/templates/ioc/start.sh +++ b/src/ibek/templates/ioc/start.sh @@ -74,7 +74,7 @@ if [ -f ${ibek_src} ]; then final_ioc_startup=/tmp/st.cmd # get ibek the support yaml files this ioc's support modules - defs=/epics/ibek/*.ibek.support.yaml + defs=/epics/ibek-defs/*.ibek.support.yaml ibek runtime generate ${ibek_src} ${defs} --out ${final_ioc_startup} --db-out ${db_src} # build expanded database using msi