services: Add a terminating newline.
This commit is contained in:
parent
18039a2564
commit
1787d9e42c
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ class Zebra(CoreService):
|
|||
def generateVtyshConf(cls, node, services):
|
||||
''' Returns configuration file text.
|
||||
'''
|
||||
return "service integrated-vtysh-config"
|
||||
return "service integrated-vtysh-config\n"
|
||||
|
||||
@classmethod
|
||||
def generateQuaggaConf(cls, node, services):
|
||||
|
|
Loading…
Reference in a new issue