Skip to content
Snippets Groups Projects
Commit 549aae5f authored by Juntong Liu's avatar Juntong Liu
Browse files

Add EPICS_PVA_AUTO_ADDR_LIST to IOC print out msg

parent 9e731053
No related branches found
No related tags found
No related merge requests found
...@@ -135,6 +135,7 @@ function printIocEnv() { ...@@ -135,6 +135,7 @@ function printIocEnv() {
var_list+=(EPICS_DRIVER_PATH) var_list+=(EPICS_DRIVER_PATH)
var_list+=(EPICS_CA_AUTO_ADDR_LIST) var_list+=(EPICS_CA_AUTO_ADDR_LIST)
var_list+=(EPICS_CA_ADDR_LIST) var_list+=(EPICS_CA_ADDR_LIST)
var_list+=(EPICS_PVA_AUTO_ADDR_LIST)
var_list+=(EPICS_PVA_ADDR_LIST) var_list+=(EPICS_PVA_ADDR_LIST)
var_list+=(PATH) var_list+=(PATH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment