fixed issue with configuring a couple nrl services, fixed other issues with coresendmsg
This commit is contained in:
parent
4c35aaaa48
commit
64f501ac79
3 changed files with 5 additions and 6 deletions
|
@ -639,7 +639,7 @@ class CoreServices(ConfigurableManager):
|
|||
# get the file data
|
||||
data = self.getservicefiledata(svc, filename)
|
||||
if data is None:
|
||||
data = "%s" % (svc.generateconfig(node, filename, services))
|
||||
data = "%s" % svc.generateconfig(node, filename, services)
|
||||
else:
|
||||
data = "%s" % data
|
||||
filetypestr = "service:%s" % svc._name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue