Multi-profile support
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user