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:
parent
c4b86c53ba
commit
161d8cedaa
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue