From a2f10e9fb4f29b673a9ee88f58a8785f1b4caa5b Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Fri, 28 Jul 2023 19:42:11 +0200 Subject: [PATCH] Change mongo API --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c631506..a728eb0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -105,7 +105,7 @@ ynh_mongo_exec() { database="" fi - mongo --quiet --username $user --password $password --authenticationDatabase $authenticationdatabase --host $host --port $port <