From 2e94d587589eb38e420e91001201b38c0d89693d Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 18 May 2025 22:02:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=AF=E5=8A=A8=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/docker-entrypoint.sh | 2 +- shell/share.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-entrypoint.sh b/docker/docker-entrypoint.sh index b14cef47..be275a27 100755 --- a/docker/docker-entrypoint.sh +++ b/docker/docker-entrypoint.sh @@ -24,7 +24,7 @@ pm2 l &>/dev/null log_with_style "INFO" "🔄 2. 启动 nginx..." nginx -s reload 2>/dev/null || nginx -c /etc/nginx/nginx.conf -log_with_style "INFO" "⚙️ 3. 启动 pm2 服务...\n" +log_with_style "INFO" "⚙️ 3. 启动 pm2 服务..." reload_pm2 if [[ $AutoStartBot == true ]]; then diff --git a/shell/share.sh b/shell/share.sh index 3efb2fed..6c9bae89 100755 --- a/shell/share.sh +++ b/shell/share.sh @@ -285,7 +285,7 @@ reload_pm2() { cd $dir_root restore_env_vars pm2 flush &>/dev/null - pm2 startOrGracefulReload ecosystem.config.js + pm2 startOrGracefulReload ecosystem.config.js --update-env } diff_time() {