Skip to content

Commit

Permalink
fix ioc.subst filename
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 30, 2023
1 parent 7830b63 commit e1a49e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/user/tutorials/create_ioc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Raw Startup Script and Database
-------------------------------

This section demonstrates how to use your own startup assets. This involves
placing your own ``st.cmd`` and ``ioc.substitutions`` files in the ``config``
placing your own ``st.cmd`` and ``ioc.subst`` files in the ``config``
folder. Or alternatively you could override behaviour completely by placing
``start.sh`` in the ``config`` folder, this can contain any script you like.

Expand Down Expand Up @@ -370,7 +370,7 @@ docker if that is what you are using):
.. code-block:: bash
podman cp bl01t-ea-ioc-02:/tmp/st.cmd iocs/bl01t-ea-ioc-02/config
podman cp bl01t-ea-ioc-02:/tmp/ioc.subst iocs/bl01t-ea-ioc-02/config/ioc.substitutions
podman cp bl01t-ea-ioc-02:/tmp/ioc.subst iocs/bl01t-ea-ioc-02/config/ioc.subst
# no longer need an ibek ioc yaml file
rm iocs/bl01t-ea-ioc-02/config/ioc.yaml
# re-deploy from local filesystem
Expand Down
2 changes: 1 addition & 1 deletion docs/user/tutorials/ioc_changes1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ modules at Generic IOC build time.

It can be instructive to look at these files to see what entities are available
to *IOC instances*. For example the global support yaml file
``/epics/ibek/ibek.yaml`` contains the following:
``/epics/ibek/epics.ibek.support.yaml`` contains the following:

.. code:: yaml
Expand Down

0 comments on commit e1a49e2

Please sign in to comment.