Skip to content
Snippets Groups Projects
Commit 708c3ae0 authored by Ron Sluiter's avatar Ron Sluiter
Browse files

Added ALIVE to EPICS_DISPLAY_PATH

parent 8f29d8f9
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,9 @@ setenv EDP .
if ( ${?EPICS_APP_ADL_DIR} ) then
setenv EDP ${EDP}:${EPICS_APP_ADL_DIR}
endif
if ( ${?ALIVE} ) then
setenv EDP ${EDP}:${ALIVE}/aliveApp/op/adl
endif
if ( ${?AREA_DETECTOR} ) then
setenv EDP ${EDP}:${AREA_DETECTOR}/ADApp/op/adl
endif
......
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