From 0b448d19694be513b12d9a179281aa08253e041e Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Fri, 28 Oct 2022 13:03:04 +0000 Subject: [PATCH] fix: default to ${DETECTOR}_full config --- bin/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/env.sh b/bin/env.sh index 8673aaf..2a55567 100755 --- a/bin/env.sh +++ b/bin/env.sh @@ -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 -- GitLab