remove different pod id
This commit is contained in:
parent
fd1b04279e
commit
a03eebb4be
@ -39,10 +39,6 @@ elif [[ "${#containers[@]}" == 0 ]]; then
|
||||
echo -e "No containers available\nAre you sure the application in running?"
|
||||
exit
|
||||
else
|
||||
for pod in "${pod_id[@]}"
|
||||
do
|
||||
echo "$pod"
|
||||
done
|
||||
while true
|
||||
do
|
||||
clear -x
|
||||
|
Loading…
Reference in New Issue
Block a user