diff --git a/manifest.toml b/manifest.toml index 261fa78..a87c917 100644 --- a/manifest.toml +++ b/manifest.toml @@ -52,7 +52,7 @@ ram.runtime = "50M" [resources.sources.main] url = "https://releases.rocket.chat/6.2.9/download" - sha256 = "" + sha256 = "f10db86c790f26fbeb01a3aa6e5462d81cf98868896d70264258d44712a2343a" in_subdir = true extract = true rename = "rocket.chat.tgz" diff --git a/scripts/_common.sh b/scripts/_common.sh index 08da309..1efb27f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -105,7 +105,7 @@ ynh_mongo_exec() { database="" fi - mongosh --quiet --username $user --password $password --authenticationDatabase $authenticationdatabase --host $host --port $port <