Fix argument parsing error
This commit is contained in:
parent
c5b47fe4a0
commit
c5c41f2d3e
1 changed files with 3 additions and 2 deletions
|
@ -290,6 +290,7 @@ class Config(object):
|
|||
self.parseCommandline(argv, silent) # Parse argv
|
||||
self.setAttributes()
|
||||
|
||||
if not silent:
|
||||
if self.fileserver_ip != "*" and self.fileserver_ip not in self.ip_local:
|
||||
self.ip_local.append(self.fileserver_ip)
|
||||
|
||||
|
|
Loading…
Reference in a new issue