diff --git a/bin/env.sh b/bin/env.sh
index 8673aaf3f091859b84c3a70ab9c4b0c8eaf383b0..2a5556754a09b9d61e6e5e75393262e1093ace19 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