mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 14:34:44 +00:00
mend
This commit is contained in:
parent
ca056d32d2
commit
e50947eb58
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ update_repo() {
|
||||||
git clean --force -d &> /dev/null
|
git clean --force -d &> /dev/null
|
||||||
# Fetch latest changes and apply
|
# Fetch latest changes and apply
|
||||||
git pull --quiet &> /dev/null
|
git pull --quiet &> /dev/null
|
||||||
cd "{$curdir}" &> /dev/null || return 1
|
cd "${curdir}" &> /dev/null || return 1
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue