Skip to content
Snippets Groups Projects
Commit d45209e3 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Set default DETECTOR_CONFIG to DETECTOR

This was the original design. I am not even sure this is a good idea.
It means every detector will now need the same `CONFIG`s...
	modified:   bin/env.sh
parent 39c14811
No related branches found
No related tags found
1 merge request!79Set default DETECTOR_CONFIG to DETECTOR
...@@ -43,9 +43,9 @@ if [ ! -n "${DETECTOR}" ] ; then ...@@ -43,9 +43,9 @@ if [ ! -n "${DETECTOR}" ] ; then
fi fi
# Optional variable, define it or don't use it # Optional variable, define it or don't use it
#if [ ! -n "${DETECTOR_CONFIG}" ] ; then if [ ! -n "${DETECTOR_CONFIG}" ] ; then
# export DETECTOR_CONFIG="${DETECTOR}_full" export DETECTOR_CONFIG="${DETECTOR}"
#fi fi
# main is the new master # main is the new master
if [ ! -n "${DETECTOR_VERSION}" ] ; then if [ ! -n "${DETECTOR_VERSION}" ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment