mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +00:00
Add --quiet to git fetch in GitCheckUpdateAvail()
This commit is contained in:
parent
5e28e6b9ac
commit
e15548cbf5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue