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