维护 Nacos

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
2024-07-20 13:43:02 +08:00
parent f4323d9f05
commit 4b033a3329
5 changed files with 15 additions and 7 deletions
+4
View File
@@ -3,6 +3,10 @@
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "Check Finish."
else