This commit is contained in:
Adam Warner 2017-05-05 22:43:37 +01:00
parent 19fd25c7cd
commit 525a1228c3
No known key found for this signature in database
GPG Key ID: 7C062498C7FA6E49
1 changed files with 2 additions and 0 deletions

View File

@ -878,6 +878,8 @@ installPiholeWeb() {
install -d /var/www/html/pihole
install -D ${PI_HOLE_LOCAL_REPO}/advanced/{index,blockingpage}.* /var/www/html/pihole/
echo " done!"
else
echo "::: Custom block page detected... not overwriting!"
fi
echo -n "::: Backing up default lighttpd index page..."