From a03eebb4beb43077a8bd94355b724b642453fd48 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Wed, 10 Aug 2022 17:33:19 -0600 Subject: [PATCH] remove different pod id --- functions/cmd_to_container.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/functions/cmd_to_container.sh b/functions/cmd_to_container.sh index 856b3756..c4d0e34d 100644 --- a/functions/cmd_to_container.sh +++ b/functions/cmd_to_container.sh @@ -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