fix: test
This commit is contained in:
@@ -714,7 +714,7 @@ func ActiveSoftwareToNF(w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
log.Debug("Run here")
|
log.Debug("Run here")
|
||||||
services.ResponseStatusOK204NoContent(w)
|
services.ResponseStatusOK204NoContent(w)
|
||||||
RunSSHCmd(sshHost, runCmd)
|
go RunSSHCmd(sshHost, runCmd)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
err = RunSSHCmd(sshHost, runCmd)
|
err = RunSSHCmd(sshHost, runCmd)
|
||||||
|
|||||||
Reference in New Issue
Block a user