From b492f6bad63ceefb0b81a3135d1d0cc3014be053 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 4 Dec 2022 02:47:24 +0100 Subject: [PATCH] Fix mongosh call syntax ? --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index dad3295..495a8ea 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -109,7 +109,7 @@ ynh_mongo_exec() { database="" fi - mongosh --quiet --username $user --password $password --authenticationDatabase $authenticationdatabase --host $host --port $port <