From 31519c0086c8d412f314d56dca0e889f194c15e0 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 15 Feb 2024 14:25:38 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c139e4f..f8edcb4 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,5 +1,4 @@ #!/bin/bash - #================================================= # COMMON VARIABLES #================================================= @@ -103,7 +102,7 @@ ynh_mongo_exec() { database="" fi - mongosh --quiet --replSet rs0 --username $user --password $password --authenticationDatabase $authenticationdatabase --host $host --port $port <