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

Commit

Permalink
fix color output
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 committed Aug 20, 2023
1 parent 7c5f1cf commit 4798306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/pvc/mount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pvc_mount_all_in_namespace() {
# Now print the consolidated output
echo -e "${bold}PVC's:${reset}"
for ((i=0; i<${#results[@]}; i+=2)); do
echo -e " $status_color${results[$i+1]}$reset: $blue${results[$i]}$reset"
echo -e " ${results[$i+1]}${results[$i+2]}$reset: $blue${results[$i]}$reset"
done
echo -e "${bold}Mounted to:${reset} ${blue}$mount_point${reset}"
echo -e "${bold}Unmount with: ${blue}heavyscript pvc --unmount $app${reset}\n"
Expand Down

0 comments on commit 4798306

Please sign in to comment.