Skip to content

Commit

Permalink
new location of ibek-defs added to start.sh template
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 8, 2023
1 parent 3301a37 commit 5743a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ibek/templates/ioc/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5743a39

Please sign in to comment.