This commit is contained in:
Heavybullets8 2022-08-21 22:07:59 -06:00
parent 354e132d8f
commit 0aee51e712

View File

@ -34,7 +34,7 @@ do
printf '%s\0' "${containers[@]}" | grep -Fxqz -- "$(echo "$search" | grep "$pod" | awk '{print $4}' | tr -d " \t\r ")" && continue
containers+=("$(echo "$search" | grep "$pod" | awk '{print $4}' | tr -d " \t\r ")")
done
containers=("${containers[@]}")
containers=$("$("${containers[@]}")")
case "${#containers[@]}" in
0)
echo -e "No containers available\nAre you sure the application in running?"