mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-24 08:10:14 +00:00
Fresh install web page directory tests
This commit is contained in:
parent
cc7c48237c
commit
5b43f13935
2 changed files with 15 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue