From 161d8cedaaa2ef6a609b2e4531a6252bdc39e7ec Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Mar 2021 15:11:30 +0100 Subject: [PATCH] remove too much logs --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b3b7ac0..aa1a3d3 100644 --- a/scripts/install +++ b/scripts/install @@ -120,7 +120,7 @@ ynh_script_progression --message="Building Syncthing..." pushd "$final_path/dev" ynh_use_go - ynh_go run build.go + ynh_go run build.go > /dev/null 2>&1 popd mv "$final_path/dev/bin/syncthing" "$final_path/syncthing"