fix syntax error: missing space

This commit is contained in:
Kast Bernd 2025-01-12 17:42:03 +01:00
parent ef6952e3ea
commit 8006b66a3b

View File

@ -20,7 +20,7 @@ FIRST_MODEL=true
MODEL_DOWNLOAD=""
MODEL_CONVERT=""
if [ -z "$YOLO_MODELS"]; then
if [ -z "$YOLO_MODELS" ]; then
echo "tensorrt model preparation disabled"
exit 0
fi