Skip to content
Snippets Groups Projects
Commit 0b448d19 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: default to ${DETECTOR}_full config

parent 9f21a831
Branches
No related tags found
1 merge request!62fix: default to ${DETECTOR}_full config
...@@ -52,7 +52,7 @@ if [ ! -n "${DETECTOR}" ] ; then ...@@ -52,7 +52,7 @@ if [ ! -n "${DETECTOR}" ] ; then
fi fi
if [ ! -n "${DETECTOR_CONFIG}" ] ; then if [ ! -n "${DETECTOR_CONFIG}" ] ; then
export DETECTOR_CONFIG="${DETECTOR}" export DETECTOR_CONFIG="${DETECTOR}_full"
fi fi
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