2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Break out on deployment failure

This commit is contained in:
Jarrod Johnson 2022-06-06 11:00:39 -04:00
parent 46fec89460
commit 0baa2eecab

View File

@ -66,6 +66,7 @@ while ! grep ^NODE /etc/confluent/confluent.info; do
if ! grep ^NODE /etc/confluent/confluent.info; then
echo 'Current net config:' > /dev/console
ip -br a > /dev/console
exit 1
fi
done
echo "Found confluent deployment services on local network" > /dev/console