From 7da0378dd374cabd47426595f6208f28b00d1128 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Wed, 26 Jul 2023 17:40:43 +0800 Subject: [PATCH] =?UTF-8?q?gm=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update_gm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update_gm.sh b/update_gm.sh index 860b2cd..bcc250e 100644 --- a/update_gm.sh +++ b/update_gm.sh @@ -61,4 +61,5 @@ update(){ echo "开始重启 ${ip} 服务器 " ssh ${ip} "sh /data/jieling/gm/config/script/gm_reboot.sh" + ssh ${ip} "ps -ef|grep gm_tw_admin" }