This commit is contained in:
Vyacheslav Boyko 2024-10-09 23:41:49 +03:00
parent df60d13f2a
commit 7de645b407

View File

@ -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"