Fix case for setup on headless machine
This commit is contained in:
@@ -84,7 +84,7 @@ def get_vmrun_type():
|
|||||||
|
|
||||||
|
|
||||||
# Start the virtual machine
|
# 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...")
|
print("Starting virtual machine...")
|
||||||
|
|
||||||
# Get the IP address of the virtual machine
|
# Get the IP address of the virtual machine
|
||||||
|
|||||||
Reference in New Issue
Block a user