Add missing function keyword

This commit is contained in:
Martin Wimpress 2021-09-06 15:30:01 +01:00
parent ad13351455
commit 211e5ca90c
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -104,7 +104,7 @@ function get_port() {
done
}
enable_usb_passthrough() {
function enable_usb_passthrough() {
local DEVICE=""
local USB_BUS=""
local USB_DEV=""