From 99ad0cd1fe2e3aab717b40c4f894dead860ba3bd Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Mon, 8 Aug 2022 21:51:56 -0600 Subject: [PATCH] test --- functions/menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/menu.sh b/functions/menu.sh index a0f16986..53ec177c 100644 --- a/functions/menu.sh +++ b/functions/menu.sh @@ -264,7 +264,7 @@ case $selection in fi done container=$(echo "$containers" | grep ^"$selection)" | awk '{print $2}') - container_id=$(echo "$search" | grep "$container" | awk '{print $1}') + container_id=$(echo "$search" | grep -E "[[:space:]]${container}[[:space:]]" | awk '{print $1}') clear -x title echo "App Name: $app_name"