mirror of https://github.com/BOINC/boinc.git
Update vbox_vboxmanage.cpp
Added a space at the end of each command string.
This commit is contained in:
parent
d4c2cb278e
commit
c849232a66
|
@ -354,9 +354,9 @@ int VBOX_VM::create_vm() {
|
|||
vboxlog_msg("Disabling Audio Support for VM.");
|
||||
command = "modifyvm \"" + vm_name + "\" ";
|
||||
if (is_virtualbox_version_newer(7, 0, 4)) {
|
||||
command += "--audio-enabled off";
|
||||
command += "--audio-enabled off ";
|
||||
} else {
|
||||
command += "--audio none";
|
||||
command += "--audio none ";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue