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
Branches
Tags
1 merge request!50Update env.sh: set JUGGLER_DETECTOR_CONFIG to JUGGLER_DETECTOR if unset
...@@ -48,7 +48,7 @@ if [ ! -n "${JUGGLER_DETECTOR}" ] ; then ...@@ -48,7 +48,7 @@ if [ ! -n "${JUGGLER_DETECTOR}" ] ; then
fi fi
if [ ! -n "${JUGGLER_DETECTOR_CONFIG}" ] ; then if [ ! -n "${JUGGLER_DETECTOR_CONFIG}" ] ; then
export JUGGLER_DETECTOR_CONFIG="ecce" export JUGGLER_DETECTOR_CONFIG="${JUGGLER_DETECTOR}"
fi fi
if [ ! -n "${JUGGLER_DETECTOR_VERSION}" ] ; then 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