Skip to content

Commit

Permalink
fix issue with missing containers
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Dec 18, 2024
1 parent 0625042 commit 0e942f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mythic_CLI/src/cmd/manager/dockerComposeManager.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ func (d *DockerComposeManager) StopServices(services []string, deleteImages bool
if !found {
log.Printf("[*] Container not running: %s\n", service)
}
errChan <- nil
}(svc)
}
err = nil
Expand Down

0 comments on commit 0e942f0

Please sign in to comment.