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 <