From dc8ee92e6d2e7ef7d67bbb148e2ffef91c1a2195 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Fri, 28 Jul 2023 18:52:24 +0200 Subject: [PATCH] Don't use mongosh at all --- scripts/_common.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 7b45cc2..c631506 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -105,7 +105,7 @@ ynh_mongo_exec() { database="" fi - mongosh --quiet --username $user --password $password --authenticationDatabase $authenticationdatabase --host $host --port $port <