mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-25 16:50:14 +00:00
Colour Tweaks (#1549)
This commit is contained in:
parent
ec4e9780ed
commit
b3eb5c4f0e
3 changed files with 16 additions and 18 deletions
|
@ -212,7 +212,7 @@ update_repo() {
|
|||
# Pull the latest commits
|
||||
echo -ne " ${INFO} ${str}..."
|
||||
git stash --all --quiet &> /dev/null || true # Okay for stash failure
|
||||
git clean --force -d || true # Okay for already clean directory
|
||||
git clean --quiet --force -d || true # Okay for already clean directory
|
||||
git pull --quiet &> /dev/null || return $?
|
||||
echo -e "${OVER} ${TICK} ${str}"
|
||||
cd "${curdir}" &> /dev/null || return 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue