fix 修复 部署脚本 文件目录错误

2.X
疯狂的狮子li 2022-02-28 17:37:59 +08:00
parent 57657a1b73
commit 43a161640c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ mount(){
#挂载 nacos 配置文件 #挂载 nacos 配置文件
if test ! -f "/docker/nacos/conf/custom.properties" ;then if test ! -f "/docker/nacos/conf/custom.properties" ;then
mkdir -p /docker/nacos/conf mkdir -p /docker/nacos/conf
cp seata/custom.properties /docker/nacos/conf/custom.properties cp nacos/custom.properties /docker/nacos/conf/custom.properties
fi fi
#挂载 seata 配置文件 #挂载 seata 配置文件
if test ! -f "/docker/seata/conf/registry.conf" ;then if test ! -f "/docker/seata/conf/registry.conf" ;then