From 62d9e2b3a290e7c4c4a403535a95b3397a5f341a Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 2 Mar 2023 18:55:38 +0800 Subject: [PATCH] 1 --- hospital-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)