mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-25 00:08:11 +00:00
Cleanup
This commit is contained in:
parent
5f9554b86c
commit
148b99c553
@ -180,10 +180,8 @@ def _start_gns3server():
|
||||
|
||||
:return: None
|
||||
"""
|
||||
# cmd = ['gns3server', '--quiet']
|
||||
cmd = 'gns3server --quiet > /tmp/gns3.log 2>&1 &'
|
||||
log.info("Starting gns3server with cmd {}".format(cmd))
|
||||
# subprocess.Popen(cmd, shell=False)
|
||||
os.system(cmd)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user