1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 23:08:07 +00:00

Add --quiet to git fetch in GitCheckUpdateAvail()

This commit is contained in:
DL6ER 2016-12-25 01:18:58 +01:00
parent 5e28e6b9ac
commit e15548cbf5
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

View File

@ -90,7 +90,7 @@ GitCheckUpdateAvail() {
cd "${directory}"
# Fetch latest changes in this repo
git fetch origin
git fetch --quiet origin
status="$(git status -sb)"
# Change back to original directory