mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add missing function keyword
This commit is contained in:
parent
ad13351455
commit
211e5ca90c
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -104,7 +104,7 @@ function get_port() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
enable_usb_passthrough() {
|
function enable_usb_passthrough() {
|
||||||
local DEVICE=""
|
local DEVICE=""
|
||||||
local USB_BUS=""
|
local USB_BUS=""
|
||||||
local USB_DEV=""
|
local USB_DEV=""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue