We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11869e8 commit d87ceafCopy full SHA for d87ceaf
2 files changed
boot.go
@@ -43,8 +43,6 @@ func main() {
43
pkglog.Err("getting config for %s [%s]", serverConfAppName, err)
44
os.Exit(1)
45
}
46
- pkglog.Info("starting fetcher on port %d", cnf.FetcherPort)
47
- go fetcher.Serve(cnf.FetcherPort)
48
pkglog.Info("starting SSH server on %s:%d", cnf.SSHHostIP, cnf.SSHHostPort)
49
os.Exit(pkg.Run(cnf.SSHHostIP, cnf.SSHHostPort, "boot"))
50
},
fetcher/fetcher.go
0 commit comments