Closed prjemian closed 1 year ago
Somehow, this code: https://github.com/prjemian/epics-docker/blob/c6694c6d86e50976124761380464fc817495bc5a/resources/iocmgr.sh#L146-L151
is installed as
medm(){
if [ "gp" == "${IOC}" ]; then
custom_screen="ioc${PRE}.ui"
fi
"${HOST_TMP_SHARE}/start_MEDM_${PRE}" "${custom_screen}"
}
Aha. Local git repo was not in sync with GH. Fixed previously.
Duplicate of #68