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