[WIP] show_config: line by line
This commit is contained in:
@ -323,7 +323,8 @@ class FrappyConfig(Device):
|
||||
if '?' in info:
|
||||
session.log.warning("but create cfg files first for items marked with '?'")
|
||||
if full:
|
||||
session.log.info('\n' + '\n'.join(overview))
|
||||
for line in overview:
|
||||
session.log.info('%s', line)
|
||||
|
||||
def initial_restart_cfg(self, service):
|
||||
"""get cfg for (re)start of the service
|
||||
|
Reference in New Issue
Block a user