Skip to content
Snippets Groups Projects

Set default DETECTOR_CONFIG to DETECTOR

Open Whitney Armstrong requested to merge detector_config into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -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
Loading