Go CLI work

This commit is contained in:
Adam Ierymenko 2019-09-24 12:19:28 -07:00
commit f4a5abeed9
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
7 changed files with 154 additions and 10 deletions

View file

@ -187,7 +187,7 @@ func NewNode(basePath string) (*Node, error) {
return nil, err
}
if n.localConfig.Settings.PortAutoSearch {
if n.localConfig.Settings.PortSearch {
portsChanged := false
portCheckCount := 0