File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ Raw Startup Script and Database
342
342
-------------------------------
343
343
344
344
This section demonstrates how to use your own startup assets. This involves
345
- placing your own ``st.cmd `` and ``ioc.substitutions `` files in the ``config ``
345
+ placing your own ``st.cmd `` and ``ioc.subst `` files in the ``config ``
346
346
folder. Or alternatively you could override behaviour completely by placing
347
347
``start.sh `` in the ``config `` folder, this can contain any script you like.
348
348
@@ -370,7 +370,7 @@ docker if that is what you are using):
370
370
.. code-block :: bash
371
371
372
372
podman cp bl01t-ea-ioc-02:/tmp/st.cmd iocs/bl01t-ea-ioc-02/config
373
- podman cp bl01t-ea-ioc-02:/tmp/ioc.subst iocs/bl01t-ea-ioc-02/config/ioc.substitutions
373
+ podman cp bl01t-ea-ioc-02:/tmp/ioc.subst iocs/bl01t-ea-ioc-02/config/ioc.subst
374
374
# no longer need an ibek ioc yaml file
375
375
rm iocs/bl01t-ea-ioc-02/config/ioc.yaml
376
376
# re-deploy from local filesystem
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ modules at Generic IOC build time.
133
133
134
134
It can be instructive to look at these files to see what entities are available
135
135
to *IOC instances *. For example the global support yaml file
136
- ``/epics/ibek/ibek.yaml `` contains the following:
136
+ ``/epics/ibek/epics. ibek.support .yaml `` contains the following:
137
137
138
138
.. code :: yaml
139
139
You can’t perform that action at this time.
0 commit comments