Skip to content
Snippets Groups Projects
Commit 5a761f32 authored by dohnarms's avatar dohnarms
Browse files

tweaked start_epics_xxx.bash

parent 07fe3998
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
EPICS_APP=/home/oxygen/MOONEY/epics/synApps_5_5/support/xxx
output=`perl -s $EPICS_APP/release.pl -form=bash $EPICS_APP`
......@@ -32,7 +33,12 @@ EDP=$EDP:$ASYN/medm
EDP=$EDP:$VAC/vacApp/op/adl
EDP=$EDP:$SOFTGLUE/softGlueApp/op/adl
export EPICS_DISPLAY_PATH=$EDP:$EPICS_DISPLAY_PATH
if [ -z "$EPICS_DISPLAY_PATH" ]
then
export EPICS_DISPLAY_PATH=$EDP
else
export EPICS_DISPLAY_PATH=$EDP:$EPICS_DISPLAY_PATH
fi
echo $EPICS_DISPLAY_PATH
if [ -z "$MEDM_EXEC_LIST" ]
......
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