Parcourir la source

Multi-profile support

bryan il y a 2 ans
Parent
commit
b381222022
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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"