1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

remove too much logs

This commit is contained in:
yalh76 2021-03-13 15:11:30 +01:00
parent c4b86c53ba
commit 161d8cedaa

View file

@ -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"