mirror of
https://github.com/GNS3/gns3-server
synced 2025-08-05 05:15:23 +00: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:
|
try:
|
||||||
|
|
||||||
if not self._vboxwrapper and not self._vboxmanager:
|
if not self._vboxwrapper and not self._vboxmanager:
|
||||||
|
print("START SERVICE")
|
||||||
self._start_vbox_service()
|
self._start_vbox_service()
|
||||||
|
|
||||||
vbox_instance = VirtualBoxVM(self._vboxwrapper,
|
vbox_instance = VirtualBoxVM(self._vboxwrapper,
|
||||||
|
Loading…
Reference in New Issue
Block a user