From 3965d86d54dd7ee6ee4ad14545acefe2c2a914e4 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 23 Jul 2026 16:21:40 -0400 Subject: [PATCH] Saving script --- scripts/init-garage.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scripts/init-garage.sh b/scripts/init-garage.sh index 87e399f..e519483 100755 --- a/scripts/init-garage.sh +++ b/scripts/init-garage.sh @@ -5,11 +5,13 @@ set -e BUCKET_NAME="soaricarus-storage" echo "⏳ Waiting for Garage to be ready..." -until curl -s -f "http://localhost:3901/v0/status" > /dev/null 2>&1; do - echo " Garage not ready yet, retrying in 2s..." - sleep 2 -done +# until curl -s -f "http://localhost:3901/v0/status" > /dev/null 2>&1; do + # echo " Garage not ready yet, retrying in 2s..." + # sleep 2 +# done +sleep 20 echo "✅ Garage API is responding!" +echo "... I think..." # Wait a bit more for Garage to fully initialize sleep 5