Skip to content

Commit 36dbfda

Browse files
author
Marcos Alcino Ribeiro Cussioli
committed
fix: replace absolute path /opt/epics/base/ with and add image reference to changes file
1 parent 48b607e commit 36dbfda

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
https://github.com/cnpem/epics-in-docker/pull/123
99
* base: add twincat-ads module. by @MaikTheWay in
1010
https://github.com/cnpem/epics-in-docker/pull/126
11+
images: add twincat-ads image. by @MaikTheWay in
12+
https://github.com/cnpem/epics-in-docker/pull/126
1113

1214
## v0.14.1
1315

base/install_twincat_ads.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ASYN
2525
"
2626

2727
mkdir ads-ioc && cd ads-ioc
28-
yes ads | /opt/epics/base/bin/linux-x86_64/makeBaseApp.pl -i -t example
28+
yes ads | ${EPICS_BASE_PATH}/bin/linux-x86_64/makeBaseApp.pl -i -t example
2929
cd ..
3030

3131
cp -r ads-modules/adsExApp ads-ioc/adsExApp

0 commit comments

Comments
 (0)