mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-24 13:50:17 +00:00
Add line to copy default ad list into /etc/pihole
This commit is contained in:
parent
352ebc3193
commit
ef99fe2d18
1 changed files with 1 additions and 0 deletions
|
@ -434,6 +434,7 @@ runGravity(){
|
|||
$SUDO echo "::: Preparing to run gravity.sh to refresh hosts..."
|
||||
if ls /etc/pihole/list* 1> /dev/null 2>&1; then
|
||||
echo "::: Cleaning up previous install (preserving whitelist/blacklist)"
|
||||
$SUDO cp -o /etc/.pihole/adlists.default /etc/pihole/adlists.default
|
||||
$SUDO rm /etc/pihole/list.*
|
||||
fi
|
||||
#Don't run as SUDO, this was causing issues
|
||||
|
|
Loading…
Reference in a new issue