proper redirection

This commit is contained in:
Heavybullets8 2022-08-21 22:33:46 -06:00
parent ffd0d1aaeb
commit fe76041303

View File

@ -35,8 +35,7 @@ do
# printf '%s\0' "${containers[@]}" | grep -Fxqz -- "$(echo "$search" | grep "$pod" | awk '{print $4}' | tr -d " \t\r ")" && continue
echo "$search" | grep "$pod" | awk '{print $4}' | tr -d " \t\r " >> cont_file
done
clean_list=$(sort -u cont_file)
mapfile -t containers < "$clean_list"
mapfile -t containers < <(sort -u cont_file)
rm cont_file 2> /dev/null
case "${#containers[@]}" in
0)