From 85fd07172eb673c1e5221c76588937663c2541e2 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 17 Jan 2021 17:26:00 +0100 Subject: [PATCH] Silence Dendrite's build --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 876640b..d0436ac 100755 --- a/scripts/install +++ b/scripts/install @@ -140,7 +140,7 @@ adduser $app ssl-cert pushd "$final_path" || ynh_die ynh_script_progression --message="Building the sources (it will take some time)..." --time --weight=4 # Build the sources - ./build.sh + ynh_exec_warn_less ./build.sh ynh_script_progression --message="Generating the keys..." --time --weight=1 # Generate a Matrix signing key for federation ./bin/generate-keys --private-key matrix_key.pem