Skip to content

Commit

Permalink
default file should be adl
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang authored Jan 19, 2024
1 parent d85e545 commit 45d102e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_MEDM_xxx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export EPICS_APP=`dirname ${BASH_SOURCE:-$0}`
export EPICS_APP_ADL_DIR=${EPICS_APP}/xxxApp/op/adl
export DEFAULT_UI_FILE=${1:-${DEFAULT_UI_FILE:-xxx.ui}}
export DEFAULT_UI_FILE=${1:-${DEFAULT_UI_FILE:-xxx.adl}}
export UI_FILE_MACROS=${2:-"P=xxx:"}

source ${EPICS_APP}/setup_epics_common medm
Expand Down

0 comments on commit 45d102e

Please sign in to comment.