From b7541f2e323990985deeac2f90cfc7e7ff7a90f3 Mon Sep 17 00:00:00 2001 From: pedro Date: Thu, 29 Feb 2024 18:20:57 +0100 Subject: [PATCH] status: stricter regex --- status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status.sh b/status.sh index f301f41..e9c96f4 100755 --- a/status.sh +++ b/status.sh @@ -32,7 +32,7 @@ main() { for i in ${instances}; do dirs="$(find . -maxdepth 1 -type d \ | grep -E 'pilot|instance' \ - | grep "${i}" + | grep "${i}$" )" echo "- ${i}" for d in ${dirs}; do