new: implemented update.check module (closes #172)

This commit is contained in:
evilsocket 2018-03-13 22:43:56 +01:00
commit fd586cf512
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
5 changed files with 112 additions and 2 deletions

View file

@ -254,7 +254,6 @@ func (s *Session) Close() {
}
s.Firewall.Restore()
s.Queue.Stop()
if *s.Options.EnvFile != "" {
envFile, _ := core.ExpandPath(*s.Options.EnvFile)