From 43482045a091a959095dc5878fc0aede36d5b85c Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:52:13 +0100 Subject: [PATCH] test adding replicaset to mongo --- scripts/_common.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 791c2b3..5ba1751 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -103,7 +103,8 @@ ynh_mongo_exec() { database="" fi - mongosh --quiet --username $user --password $password --authenticationDatabase $authenticationdatabase --host $host --port $port <