Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
casefold
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 committed Aug 20, 2023
1 parent 432efbc commit f11a015
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions functions/pvc/unmount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ unmount_app_menu(){
unmount_app_func(){
apps=("$1")

for i in "${!apps[@]}"; do
apps[i]="${apps[$i],,}"
done

ix_apps_pool=$(cli -c 'app kubernetes config' |
grep -E "pool\s\|" |
awk -F '|' '{print $3}' |
Expand Down

0 comments on commit f11a015

Please sign in to comment.