소스 검색

Multi-profile support

bryan 2 년 전
부모
커밋
2b1e94da87
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      openwrtbuilder

+ 1 - 1
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"