Add line to copy default ad list into /etc/pihole

pull/249/head
Promofaux 8 years ago
parent 352ebc3193
commit ef99fe2d18

@ -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…
Cancel
Save