From 4cfcdbeb236bc34228c90766e1b7bc9f510fd477 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Thu, 27 Jul 2023 14:18:08 +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 --- function/function.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/function.sh b/function/function.sh index d6e5e02..7920e3e 100644 --- a/function/function.sh +++ b/function/function.sh @@ -80,7 +80,7 @@ send_package_reboot(){ #gm重启 gm_reboot(){ ip=${1} - ssh $ip "bash /data/jieling/gm/config/script/gm_reboot.sh" + ssh $ip "bash /data/jieling/gm/gm_reboot.sh" ssh $ip "ps -ef|grep gm_tw_admin" echo "gm重启完毕" }