From 813e5ba567f8e4eea21753ed61c8290b17c7d606 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 8 Apr 2025 18:29:22 +0200 Subject: [PATCH] We need to escape $ otherwise this will be executed on host --- config/boards/bananapim4berry.csc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/bananapim4berry.csc b/config/boards/bananapim4berry.csc index d78b0eeeb5..e483fe93fa 100644 --- a/config/boards/bananapim4berry.csc +++ b/config/boards/bananapim4berry.csc @@ -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 #