Multi-profile support

这个提交包含在:
2023-01-11 14:45:59 -05:00
父节点 de5f6f02f3
当前提交 b381222022

查看文件

@@ -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"