diff options
-rw-r--r-- | engine-d-standalone/src/main/assembly/bin/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine-d-standalone/src/main/assembly/bin/run.sh b/engine-d-standalone/src/main/assembly/bin/run.sh index f4c76cb..1a5ab6d 100644 --- a/engine-d-standalone/src/main/assembly/bin/run.sh +++ b/engine-d-standalone/src/main/assembly/bin/run.sh @@ -72,7 +72,7 @@ else fi if [ -z ${ENABLE_ENCRYPT} ]; then - export ENABLE_ENCRYPT=true + export ENABLE_ENCRYPT=false fi echo ENABLE_ENCRYPT=$ENABLE_ENCRYPT |