mirror of https://github.com/pi-hole/pi-hole.git
Typo fix to generate commit.
This commit is contained in:
parent
61b02bf6d3
commit
dac2b8942e
|
@ -721,7 +721,7 @@ installCron() {
|
||||||
}
|
}
|
||||||
|
|
||||||
runGravity() {
|
runGravity() {
|
||||||
# Rub gravity.sh to build blacklists
|
# Run gravity.sh to build blacklists
|
||||||
echo ":::"
|
echo ":::"
|
||||||
echo "::: Preparing to run gravity.sh to refresh hosts..."
|
echo "::: Preparing to run gravity.sh to refresh hosts..."
|
||||||
if ls /etc/pihole/list* 1> /dev/null 2>&1; then
|
if ls /etc/pihole/list* 1> /dev/null 2>&1; then
|
||||||
|
|
Loading…
Reference in New Issue