mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-10 16:10:56 +00:00
Add --quiet to git fetch in GitCheckUpdateAvail()
This commit is contained in:
parent
5e28e6b9ac
commit
e15548cbf5
@ -90,7 +90,7 @@ GitCheckUpdateAvail() {
|
|||||||
cd "${directory}"
|
cd "${directory}"
|
||||||
|
|
||||||
# Fetch latest changes in this repo
|
# Fetch latest changes in this repo
|
||||||
git fetch origin
|
git fetch --quiet origin
|
||||||
status="$(git status -sb)"
|
status="$(git status -sb)"
|
||||||
|
|
||||||
# Change back to original directory
|
# Change back to original directory
|
||||||
|
Loading…
Reference in New Issue
Block a user