1
0

Multi-profile support

Este cometimento está contido em:
2023-01-11 14:45:59 -05:00
ascendente de5f6f02f3
cometimento b381222022

Ver ficheiro

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