1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 14:18:15 +00:00
This commit is contained in:
DL6ER 2016-12-25 21:26:06 +01:00
parent ca056d32d2
commit e50947eb58
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

View File

@ -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
} }