fix: test

This commit is contained in:
2024-01-17 19:55:23 +08:00
parent a3e703d9ce
commit 84a1e0c368

View File

@@ -714,7 +714,7 @@ func ActiveSoftwareToNF(w http.ResponseWriter, r *http.Request) {
}
log.Debug("Run here")
services.ResponseStatusOK204NoContent(w)
RunSSHCmd(sshHost, runCmd)
go RunSSHCmd(sshHost, runCmd)
return
}
err = RunSSHCmd(sshHost, runCmd)