From 2b1e94da874c22ec0987208472ed7a1808606769 Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 11 Jan 2023 14:55:29 -0500 Subject: [PATCH] Multi-profile support --- openwrtbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrtbuilder b/openwrtbuilder index c6d77c3..639aae7 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -614,7 +614,7 @@ main() { [[ ! ${!profile@a} = A ]] && echo "Profile does not exist" && return 1 - debug "r4s: ${!r4s@}" + debug "r4s: ${r4s[*]}" declare -gn P_ARR="$profile"