From 38035a03e34d6a33427aa746d012a538d91f3b4d Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Wed, 8 Oct 2025 16:18:46 +0530 Subject: [PATCH] quotacheck fix --- scripts/checkquota.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/checkquota.sh b/scripts/checkquota.sh index c58062fce..00c0b8b78 100644 --- a/scripts/checkquota.sh +++ b/scripts/checkquota.sh @@ -58,6 +58,7 @@ for REGION in "${REGIONS[@]}"; do if [ -z "$MODEL_INFO" ]; then echo "⚠️ WARNING: No quota information found for model: $MODEL in $REGION. Skipping." + INSUFFICIENT_QUOTA=true continue fi