Skip to content
Snippets Groups Projects
Commit d2c71bcc authored by NGUYEN Do Duc Anh's avatar NGUYEN Do Duc Anh
Browse files

start server without daemon

parent 08739590
No related branches found
No related tags found
No related merge requests found
......@@ -294,7 +294,7 @@ def generate_topohub_GNS3_topology():
# if input("Start Ubuntu VC Server (y/N)?") != "y":
# sys.exit()
threading.Thread(target=run_vc_server, args=[map_connection_ubuntu_base], daemon=True).start()
threading.Thread(target=run_vc_server, args=[map_connection_ubuntu_base], daemon=False).start()
# Press y to start Ubuntu bases
if input("Start Ubuntu Router nodes (y/N)?") != "y":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment