Updated Direct Dependencies
[holmes/engine-management.git] / engine-d-standalone / src / main / assembly / bin / run.sh
index f4c76cb..19de786 100644 (file)
@@ -1,6 +1,6 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
 #
-# Copyright 2017-2021 ZTE Corporation.
+# Copyright 2017-2023 ZTE Corporation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -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