mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
new: implemented update.check module (closes #172)
This commit is contained in:
parent
c778032545
commit
fd586cf512
5 changed files with 112 additions and 2 deletions
|
@ -254,7 +254,6 @@ func (s *Session) Close() {
|
|||
}
|
||||
|
||||
s.Firewall.Restore()
|
||||
s.Queue.Stop()
|
||||
|
||||
if *s.Options.EnvFile != "" {
|
||||
envFile, _ := core.ExpandPath(*s.Options.EnvFile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue