thomwolf HF staff commited on
Commit
5d735d6
·
1 Parent(s): 89fb93c
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -9,7 +9,7 @@ echo "Waiting for MongoDB to start..."
9
  max_attempts=30
10
  attempt=1
11
 
12
- ls -l /data/
13
 
14
  while ! mongosh --quiet --eval "db.version()" > /dev/null 2>&1; do
15
  if [ $attempt -gt $max_attempts ]; then
 
9
  max_attempts=30
10
  attempt=1
11
 
12
+ echo $(ls -l /data/)
13
 
14
  while ! mongosh --quiet --eval "db.version()" > /dev/null 2>&1; do
15
  if [ $attempt -gt $max_attempts ]; then