diff --git a/bin/env.sh b/bin/env.sh index 9db3a4d1664ca1fabc68470e7a160dcc6fa86aaa..e61f5f5a6fcdb824048752b3639ee51d9fc64b78 100755 --- a/bin/env.sh +++ b/bin/env.sh @@ -43,9 +43,9 @@ if [ ! -n "${DETECTOR}" ] ; then fi # Optional variable, define it or don't use it -#if [ ! -n "${DETECTOR_CONFIG}" ] ; then -# export DETECTOR_CONFIG="${DETECTOR}_full" -#fi +if [ ! -n "${DETECTOR_CONFIG}" ] ; then + export DETECTOR_CONFIG="${DETECTOR}" +fi # main is the new master if [ ! -n "${DETECTOR_VERSION}" ] ; then