We need to escape $ otherwise this will be executed on host
This commit is contained in:
parent
47ac70fb27
commit
813e5ba567
@ -25,7 +25,7 @@ function post_family_tweaks_bsp__bananapi_module_conf() {
|
||||
#
|
||||
# To see all options that are available:
|
||||
#
|
||||
# for f in /sys/module/8821cu/parameters/*;do echo "$(basename $f): $(sudo cat $f)";done
|
||||
# for f in /sys/module/8821cu/parameters/*;do echo "\$(basename \$f): \$(sudo cat \$f)";done
|
||||
#
|
||||
blacklist rtw88_8821cu
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user