From 7de645b407d3071c0650db968cb28a31fa81260c Mon Sep 17 00:00:00 2001 From: Vyacheslav Boyko Date: Wed, 9 Oct 2024 23:41:49 +0300 Subject: [PATCH] fix --- logs-preparer/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/logs-preparer/install.sh b/logs-preparer/install.sh index 400916f..97dc708 100644 --- a/logs-preparer/install.sh +++ b/logs-preparer/install.sh @@ -20,6 +20,7 @@ VECTOR=$(which vector) if [ -z $VECTOR ]; then echo "You need https://vector.dev to be installed" + exit 1 fi echo "VECTOR=$VECTOR"