From 27ce8d541de113628b2c0235ce5caff8162dd8c9 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 2 Feb 2026 13:55:07 -0700 Subject: [PATCH] useless var --- lxc1/p2-apps/mongo/mongo_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc1/p2-apps/mongo/mongo_init.sh b/lxc1/p2-apps/mongo/mongo_init.sh index 2d90558..3269dc2 100644 --- a/lxc1/p2-apps/mongo/mongo_init.sh +++ b/lxc1/p2-apps/mongo/mongo_init.sh @@ -17,7 +17,7 @@ fi # 2. WAIT FOR MONGO TO BE READY # We need the container to be up before we can run mongosh commands -echo "⏳ Waiting for MongoDB container (${KOMODO_DB_HOSTNAME}) to be ready..." +echo "⏳ Waiting for MongoDB container (${mongo-db$KOMODO_NODE_ID}) to be ready..." MAX_RETRIES=10 COUNT=0 until docker exec "mongo-db$KOMODO_NODE_ID" mongosh --quiet --eval "db.adminCommand('ping')" &>/dev/null; do