Fix case for setup on headless machine

This commit is contained in:
Tianbao Xie
2024-04-18 21:36:36 +08:00
committed by GitHub
parent 33169d4423
commit 29d2f69556

View File

@@ -84,7 +84,7 @@ def get_vmrun_type():
# Start the virtual machine
subprocess.run(f'vmrun {get_vmrun_type()} start "{VM_PATH}"', shell=True)
subprocess.run(f'vmrun {get_vmrun_type()} start "{VM_PATH}" nogui', shell=True)
print("Starting virtual machine...")
# Get the IP address of the virtual machine