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

Update env.sh: set JUGGLER_DETECTOR_CONFIG to JUGGLER_DETECTOR if unset

parent fa861ffb
No related branches found
No related tags found
1 merge request!50Update env.sh: set JUGGLER_DETECTOR_CONFIG to JUGGLER_DETECTOR if unset
......@@ -48,7 +48,7 @@ if [ ! -n "${JUGGLER_DETECTOR}" ] ; then
fi
if [ ! -n "${JUGGLER_DETECTOR_CONFIG}" ] ; then
export JUGGLER_DETECTOR_CONFIG="ecce"
export JUGGLER_DETECTOR_CONFIG="${JUGGLER_DETECTOR}"
fi
if [ ! -n "${JUGGLER_DETECTOR_VERSION}" ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment