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 d35bd7a commit 47a2eeeCopy full SHA for 47a2eee
configIOC.py
@@ -134,6 +134,7 @@ def deleteCommonFiles(iocName):
134
'iocBoot/ioc{}/softioc/in-screen.sh'.format(iocName),
135
'iocBoot/ioc{}/softioc/run'.format(iocName),
136
'iocBoot/ioc{}/st.cmd.Cygwin'.format(iocName),
137
+ 'iocBoot/ioc{}/st.cmd.Linux-arm'.format(iocName),
138
'{}App/Db/Security_Control.db'.format(iocName),
139
'{}App/Db/Security_Control_settings.req'.format(iocName),
140
'{}App/Db/streamExample.db'.format(iocName),
0 commit comments