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

Add EPICS_PVA_ADDR_LIST to IOC start msg

parent e7727c0c
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_ADDR_LIST)
var_list+=(PATH) var_list+=(PATH)
printf "#\n" printf "#\n"
......
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