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)