From 1aa39013f9fef4b0d79206b39d35011a63f6dd23 Mon Sep 17 00:00:00 2001 From: Ryan Lewis Date: Fri, 17 May 2024 17:50:38 -0700 Subject: [PATCH] permissions --- frontend/bin/wait-for-frontend.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/bin/wait-for-frontend.sh b/frontend/bin/wait-for-frontend.sh index a866fb2c4..7cfac66fa 100755 --- a/frontend/bin/wait-for-frontend.sh +++ b/frontend/bin/wait-for-frontend.sh @@ -11,6 +11,7 @@ NO_COLOR='\033[0m' MAX_WAIT_TIME=800 # seconds, adjust as necessary WAIT_TIME=0 + echo "Waiting for server to become ready..." # Use curl to check the server health endpoint