Multi-profile support

这个提交包含在:
2023-01-11 15:11:54 -05:00
父节点 3ee0afda05
当前提交 dde5d6260a

查看文件

@@ -611,13 +611,10 @@ main() {
debug "Profile: $profile"
#[[ ! ${!profile@a} = A ]] && echo "Profile does not exist" && return 1
[[ ! ${!profile@a} = A ]] && echo "Profile does not exist" && return 1
declare -gn P_ARR="$profile"
debug "P_ARR: ${P_ARR[*]}"
debug "HERE: ${P_ARR[target]}"
: "${BUILDDIR:=$SCRIPTDIR}"
: "${FILESDIR:=$BUILDDIR/files}"