remove error message on STOPPED application
This commit is contained in:
parent
fe76041303
commit
d930c734f7
@ -35,7 +35,7 @@ do
|
|||||||
# printf '%s\0' "${containers[@]}" | grep -Fxqz -- "$(echo "$search" | grep "$pod" | awk '{print $4}' | tr -d " \t\r ")" && continue
|
# 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
|
echo "$search" | grep "$pod" | awk '{print $4}' | tr -d " \t\r " >> cont_file
|
||||||
done
|
done
|
||||||
mapfile -t containers < <(sort -u cont_file)
|
mapfile -t containers < <(sort -u cont_file 2> /dev/null)
|
||||||
rm cont_file 2> /dev/null
|
rm cont_file 2> /dev/null
|
||||||
case "${#containers[@]}" in
|
case "${#containers[@]}" in
|
||||||
0)
|
0)
|
||||||
|
Loading…
Reference in New Issue
Block a user