Spaces:
Runtime error
Runtime error
hop
Browse files
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
|