From 7907af24ba2ee2178fbc2b59d318d273a74043dd Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Sun, 21 Aug 2022 22:26:51 -0600 Subject: [PATCH] dont supress output --- functions/cmd_to_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/cmd_to_container.sh b/functions/cmd_to_container.sh index 19e4a7a3..f0745b97 100644 --- a/functions/cmd_to_container.sh +++ b/functions/cmd_to_container.sh @@ -32,7 +32,7 @@ do # continue # fi # 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 ")" >> containers + echo "$search" | grep "$pod" | awk '{print $4}' | tr -d " \t\r " >> containers done cat containers