From 1a80df531f55eb845fa4d6f325dc8dc20f1978f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 18 Jan 2023 22:14:21 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 495a8ea..db504e8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -18,7 +18,6 @@ pkg_dependencies="apt-transport-https build-essential gzip curl fontconfig graph #================================================= # EXPERIMENTAL HELPERS #================================================= -#!/bin/bash readonly YNH_DEFAULT_MONGO_VERSION=4.4 # Declare the actual MongoDB version to use: 4.4 ; 5.0 @@ -109,7 +108,7 @@ ynh_mongo_exec() { database="" fi - mongosh --quiet $user $password $authenticationdatabase $host $port <