We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b607e commit 36dbfdaCopy full SHA for 36dbfda
CHANGES.md
@@ -8,6 +8,8 @@
8
https://github.com/cnpem/epics-in-docker/pull/123
9
* base: add twincat-ads module. by @MaikTheWay in
10
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
13
14
## v0.14.1
15
base/install_twincat_ads.sh
@@ -25,7 +25,7 @@ ASYN
25
"
26
27
mkdir ads-ioc && cd ads-ioc
28
-yes ads | /opt/epics/base/bin/linux-x86_64/makeBaseApp.pl -i -t example
+yes ads | ${EPICS_BASE_PATH}/bin/linux-x86_64/makeBaseApp.pl -i -t example
29
cd ..
30
31
cp -r ads-modules/adsExApp ads-ioc/adsExApp
0 commit comments