diff --git a/deploy.sh b/deploy.sh index 979e105..3c1c26e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -42,7 +42,7 @@ while true; do wc -l` if [ $res -gt 0 ]; then echo "ERROR: Some containers have exited." - docker ps -a | grep "/curex-local/kea_" + docker ps -a | grep "^CONTAINER\|/curex-local/kea_" dump_logs exit 1 fi