mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
pipe git pull outputs
This commit is contained in:
@@ -47,7 +47,6 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
origin=$(git remote -v | grep 'origin' | tail -n1)
|
origin=$(git remote -v | grep 'origin' | tail -n1)
|
||||||
|
|
||||||
checkSumBlitzTUIBefore=$(find /home/admin/raspiblitz/home.admin/BlitzTUI -type f -exec md5sum {} \; | md5sum)
|
checkSumBlitzTUIBefore=$(find /home/admin/raspiblitz/home.admin/BlitzTUI -type f -exec md5sum {} \; | md5sum)
|
||||||
|
|
||||||
echo
|
echo
|
||||||
@@ -58,7 +57,7 @@ echo "# and can lead to dirty state of your scripts."
|
|||||||
echo "# REPO ----> ${origin}"
|
echo "# REPO ----> ${origin}"
|
||||||
echo "# BRANCH --> ${activeBranch}"
|
echo "# BRANCH --> ${activeBranch}"
|
||||||
echo "# ******************************************"
|
echo "# ******************************************"
|
||||||
git pull
|
git pull 1>&2
|
||||||
cd ..
|
cd ..
|
||||||
if [ ${clean} -eq 1 ]; then
|
if [ ${clean} -eq 1 ]; then
|
||||||
echo "# Cleaning scripts & assets/config.scripts"
|
echo "# Cleaning scripts & assets/config.scripts"
|
||||||
|
Reference in New Issue
Block a user