Fresh install web page directory tests

This commit is contained in:
Dan Schaper 2017-01-27 20:24:20 -08:00
parent cc7c48237c
commit 5b43f13935
No known key found for this signature in database
GPG key ID: 572E999E385B7BFC
2 changed files with 15 additions and 1 deletions

View file

@ -809,7 +809,7 @@ installPiholeWeb() {
if [ -f "/var/www/html/pihole/blockingpage.css" ]; then
echo "::: Existing blockingpage.css detected, not overwriting"
else
echo -n "::: index.css missing, replacing... "
echo -n "::: blockingpage.css missing, replacing... "
cp /etc/.pihole/advanced/blockingpage.css /var/www/html/pihole
echo " done!"
fi