implement get_profile_name functionality
This commit is contained in:
parent
41d0a72bbd
commit
f2fb841deb
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ get_profile_id(){
|
||||||
get_profile_name(){
|
get_profile_name(){
|
||||||
get_profile_list
|
get_profile_list
|
||||||
[ -z "${1}" ] && p=`get_active_profile` || p="${1}"
|
[ -z "${1}" ] && p=`get_active_profile` || p="${1}"
|
||||||
echo "${p_name[ ${p} ]}"
|
echo "${p_names[ ${p} ]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
get_profile_list(){
|
get_profile_list(){
|
||||||
|
|
Loading…
Add table
Reference in a new issue