소스 검색

Multi-profile support

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

+ 2 - 0
openwrtbuilder

@@ -609,6 +609,8 @@ main() {
 
     for profile in "${PROFILES[@]}"; do
 
+        debug "Profile: $profile"
+
         [[ ! ${!profile@a} = A ]] && echo "Profile does not exist" && return 1
         declare -gn P_ARR="$profile"