diff --git a/features/cm/software.go b/features/cm/software.go index d28a0b5d..d929d2dc 100644 --- a/features/cm/software.go +++ b/features/cm/software.go @@ -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)