Skip to content
Snippets Groups Projects

fix: default to ${DETECTOR}_full config

Merged Wouter Deconinck requested to merge wdconinc-master-patch-35318 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -52,7 +52,7 @@ if [ ! -n "${DETECTOR}" ] ; then
fi
if [ ! -n "${DETECTOR_CONFIG}" ] ; then
export DETECTOR_CONFIG="${DETECTOR}"
export DETECTOR_CONFIG="${DETECTOR}_full"
fi
if [ ! -n "${DETECTOR_VERSION}" ] ; then
Loading