summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rulemgt-standalone/src/main/assembly/bin/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-standalone/src/main/assembly/bin/run.sh b/rulemgt-standalone/src/main/assembly/bin/run.sh
index 873951f..03e00a6 100644
--- a/rulemgt-standalone/src/main/assembly/bin/run.sh
+++ b/rulemgt-standalone/src/main/assembly/bin/run.sh
@@ -73,7 +73,7 @@ else
fi
if [ -z ${ENABLE_ENCRYPT} ]; then
- export ENABLE_ENCRYPT=true
+ export ENABLE_ENCRYPT=false
fi
echo ENABLE_ENCRYPT=${ENABLE_ENCRYPT}