diff --git a/scripts/_common.sh b/scripts/_common.sh index c139e4f..f8edcb4 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,5 +1,4 @@ #!/bin/bash - #================================================= # COMMON VARIABLES #================================================= @@ -103,7 +102,7 @@ ynh_mongo_exec() { database="" fi - mongosh --quiet --replSet rs0 --username $user --password $password --authenticationDatabase $authenticationdatabase --host $host --port $port <