2
0
mirror of https://github.com/cilynx/rtl88x2bu synced 2025-08-22 10:10:08 +00:00

Pass CLI args to CLI args parser

The function ensuring that no CLI arguments were given did not receive
any arguments and thus, could not check them. This bug is fixed now.
This commit is contained in:
Max Görner 2021-03-30 20:59:37 +02:00
parent 8316868608
commit 962e37764f

View File

@ -32,6 +32,6 @@ function deploy_driver() {
sudo modprobe 88x2bu
}
ensure_no_cli_args
ensure_no_cli_args "$@"
ensure_root_permissions
deploy_driver