Skip to content

Commit e1a49e2

Browse files
committed
fix ioc.subst filename
1 parent 7830b63 commit e1a49e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/user/tutorials/create_ioc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Raw Startup Script and Database
342342
-------------------------------
343343

344344
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``
346346
folder. Or alternatively you could override behaviour completely by placing
347347
``start.sh`` in the ``config`` folder, this can contain any script you like.
348348

@@ -370,7 +370,7 @@ docker if that is what you are using):
370370
.. code-block:: bash
371371
372372
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
374374
# no longer need an ibek ioc yaml file
375375
rm iocs/bl01t-ea-ioc-02/config/ioc.yaml
376376
# re-deploy from local filesystem

docs/user/tutorials/ioc_changes1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ modules at Generic IOC build time.
133133

134134
It can be instructive to look at these files to see what entities are available
135135
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:
137137

138138
.. code:: yaml
139139

0 commit comments

Comments
 (0)