Skip to content

Commit

Permalink
Update ioc.yaml.jinja (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls authored Aug 27, 2024
1 parent 95fab89 commit f6066c5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ entities:

- type: epics.PostStartupCommand
command: |
dbpf EXAMPLE:IBEK:A "2.54"
dbpf EXAMPLE:IBEK:B "2.61"
dbgf EXAMPLE:IBEK:SUM
dbpf {{ ioc_group| upper}}:IBEK:A "2.54"
dbpf {{ ioc_group| upper}}:IBEK:B "2.61"
dbgf {{ ioc_group| upper}}:IBEK:SUM

0 comments on commit f6066c5

Please sign in to comment.