Skip to content

Commit

Permalink
remove /repos/ paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 27, 2023
1 parent c4db4d3 commit 02943cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ioc/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ elif [ -f ${ibek_src} ]; then
final_ioc_startup=/tmp/st.cmd

# get ibek the support yaml files this ioc's support modules
defs=/ctools/*/*.ibek.support.yaml
ibek build-startup ${ibek_src} ${defs} --out ${final_ioc_startup} --db-out ${db_src}
defs=/workspaces/*/ibek-support/*/*.ibek.support.yaml
ibek startup generate ${ibek_src} ${defs} --out ${final_ioc_startup} --db-out ${db_src}

# build expanded database using the db_src shell script
if [ -f ${db_src} ]; then
Expand Down

0 comments on commit 02943cf

Please sign in to comment.