pipe git pull outputs

This commit is contained in:
rootzoll
2020-04-26 15:22:31 +02:00
parent 2ac6cb1eb1
commit c5764ac58a

View File

@@ -47,7 +47,6 @@ else
fi
origin=$(git remote -v | grep 'origin' | tail -n1)
checkSumBlitzTUIBefore=$(find /home/admin/raspiblitz/home.admin/BlitzTUI -type f -exec md5sum {} \; | md5sum)
echo
@@ -58,7 +57,7 @@ echo "# and can lead to dirty state of your scripts."
echo "# REPO ----> ${origin}"
echo "# BRANCH --> ${activeBranch}"
echo "# ******************************************"
git pull
git pull 1>&2
cd ..
if [ ${clean} -eq 1 ]; then
echo "# Cleaning scripts & assets/config.scripts"