mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Fixes issue when adding multiple VirtualBox VMs.
Remove early release dialog.
This commit is contained in:
parent
cdc778c159
commit
7ff218a5fc
@ -277,6 +277,7 @@ class VirtualBox(IModule):
|
||||
try:
|
||||
|
||||
if not self._vboxwrapper and not self._vboxmanager:
|
||||
print("START SERVICE")
|
||||
self._start_vbox_service()
|
||||
|
||||
vbox_instance = VirtualBoxVM(self._vboxwrapper,
|
||||
|
Loading…
Reference in New Issue
Block a user