Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 785810f

Browse files
Add debug echo statement (#2496)
1 parent 41b5df5 commit 785810f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/scripts/startup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Wait for config service to map env vars
44
until [ -f /var/env/.env ]; do
5+
echo "Waiting for config service to map env vars"
56
sleep 5
67
done
78
source /var/env/.env

0 commit comments

Comments
 (0)