fix syntax error: missing space (#15954)

This commit is contained in:
KastB 2025-02-19 04:51:08 +01:00 committed by GitHub
parent 2277a88f4d
commit 7abf28bcbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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