remove different pod id

This commit is contained in:
Heavybullets8 2022-08-10 17:33:19 -06:00
parent fd1b04279e
commit a03eebb4be

View File

@ -39,10 +39,6 @@ elif [[ "${#containers[@]}" == 0 ]]; then
echo -e "No containers available\nAre you sure the application in running?" echo -e "No containers available\nAre you sure the application in running?"
exit exit
else else
for pod in "${pod_id[@]}"
do
echo "$pod"
done
while true while true
do do
clear -x clear -x