fixed issue with configuring a couple nrl services, fixed other issues with coresendmsg

This commit is contained in:
Blake J. Harnden 2018-03-26 14:36:43 -07:00
parent 4c35aaaa48
commit 64f501ac79
3 changed files with 5 additions and 6 deletions

View file

@ -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