From f9bb4d433726b39a1009e920bcebb81f39dc909e Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 22 Aug 2019 14:52:05 +0200 Subject: [PATCH] Remove wo sync output --- install | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/install b/install index 756ef37..3e4c5d1 100755 --- a/install +++ b/install @@ -851,7 +851,11 @@ else if [ "$wo_travis" = "y" ]; then wo_install_travis | tee -ai $wo_install_log else - wo_install | tee -ai $wo_install_log + if [ -f "$HOME/.gitconfig" ]; then + wo_install >> $wo_install_log 2>&1 + else + wo_install | tee -ai $wo_install_log + fi fi if [ "$ufw" = "y" ]; then wo_lib_echo "Configuring UFW" | tee -ai $wo_install_log @@ -872,7 +876,7 @@ else fi fi - wo sync | tee -ai $wo_install_log + wo sync >> $wo_install_log 2>&1 if [ "$ee_migration" = "1" ]; then echo