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 <