bugfix: usb passthrough not initializing after reboot properly (#292)

This commit is contained in:
dman776 2018-11-29 22:15:16 -06:00 committed by GitHub
parent 7792186dda
commit 86ec92ac46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,5 +72,5 @@ boot() {
uci -q commit aredn
usbvalue=$duval
fi
/usr/local/bin/poe_passthrough "${usbvalue}"
/usr/local/bin/usb_passthrough "${usbvalue}"
}