From 93ac3f542919fa983e82cd1ed60cbaa0061e293c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 12 Feb 2019 08:58:10 +0100 Subject: [PATCH] git pull --quiet --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 507a93c..ef9a571 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -107,7 +107,7 @@ ynh_print_info "Download, check and unpack source" # Download, check integrity, uncompress and patch the source from app.src #ynh_setup_source "$final_path/$app" -( cd $final_path/$app && git pull ) +( cd $final_path/$app && git pull --quiet ) #================================================= # NGINX CONFIGURATION