diff --git a/hospital-deploy.sh b/hospital-deploy.sh index c316beb..5b432b8 100644 --- a/hospital-deploy.sh +++ b/hospital-deploy.sh @@ -94,7 +94,7 @@ upstream hospital { echo "$upstrame" > $nginx_upstrame # 复制证书 -cp /data/www/cret/wechat/pay/ ./extend/Wechat/certs/ +cp -r /data/www/cret/wechat/pay/ ./extend/Wechat/certs/ #获取可用端口镜像数量 image=$(docker images "hospital-applets-api-$reload_port" | wc -l)