Some cleanups and fix bridge interface bug

This commit is contained in:
2018-10-14 18:35:32 -04:00
parent 199b4bd40e
commit 2e2459c63c
3 changed files with 4 additions and 12 deletions

View File

@ -47,7 +47,6 @@ class OSDaemon(object):
def run_os_daemon(command_string, environment=None):
command = command_string.split()
print(' '.join(command))
daemon = OSDaemon(command, environment)
return daemon