From 44e9beca709d4e3b6f5f6d5fe5e979aefaae94ec Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Mon, 8 Jul 2024 10:20:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=84=9A=E6=9C=ACls=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/cid.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/handler/cid.go b/handler/cid.go index 8fbeaad..4f64aa5 100644 --- a/handler/cid.go +++ b/handler/cid.go @@ -77,8 +77,6 @@ else git pull fi ` + cid.Script + ` -pwd -ls -lh echo "end"` //执行脚本 cmd := exec.Command("/bin/bash", "-c", scriptContent) @@ -219,8 +217,6 @@ else git pull fi ` + res.Script + ` -pwd -ls -lh echo "end"` //执行脚本 cmd := exec.Command("/bin/bash", "-c", scriptContent)