Skip to content

Commit 98b1ab2

Browse files
committed
readme.md
1 parent 14a652d commit 98b1ab2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deploy/V 1.0/start.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ CONTAINER_WEB="springboot.mybatis.web"
1010
CONTAINER_MYSQL="springboot.mybatis.mysql"
1111

1212
# 判断是否存在环境变量文件, 存在则读取
13-
if [ -f "./.env" ]; then
14-
info "读取环境变量配置信息..."
13+
if [ -e "./.env" ]; then
1514
source ./.env
1615
fi
1716

0 commit comments

Comments
 (0)