Commit c268da12 authored by szh's avatar szh

update kill

parent 5217fa9b
......@@ -586,7 +586,7 @@ func AutoSSHClean() error {
func KillAutoSsh(pid int32) error {
ps := fmt.Sprintf("%d",pid)
cmd := exec.Command("kill","-9",ps)
cmd := exec.Command("kill",ps)
return cmd.Run()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment