diff options
Diffstat (limited to 'rulemgt-standalone/src/main/assembly/bin/run.sh')
-rw-r--r-- | rulemgt-standalone/src/main/assembly/bin/run.sh | 2 |
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} |