Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian König <ckoenig@posteo.de>2022-07-27 01:32:50 +0300
committerAdam Warner <me@adamwarner.co.uk>2022-08-08 20:20:49 +0300
commit97447b2f3beee11347f603d070dae46a9e84d9fb (patch)
treeb82b6302f3c3ba40bfdbe4539b08bc4826ad626b
parentc67f313ee83996d8c8fe925d7e781deb392db7e3 (diff)
Do not remove blockingpage.css from existing installations as some users might use them for custom.php
Signed-off-by: Christian König <ckoenig@posteo.de>
-rwxr-xr-xautomated install/basic-install.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh
index 6d419e7f..254e9c06 100755
--- a/automated install/basic-install.sh
+++ b/automated install/basic-install.sh
@@ -1671,11 +1671,6 @@ installPiholeWeb() {
# and the 404 handler
install -D -m 644 ${PI_HOLE_LOCAL_REPO}/advanced/index.php ${PI_HOLE_404_DIR}/
- # Remove superseded file
- if [[ -e "${PI_HOLE_404_DIR}/blockingpage.css" ]]; then
- rm "${PI_HOLE_404_DIR}/blockingpage.css"
- fi
-
printf "%b %b %s\\n" "${OVER}" "${TICK}" "${str}"
local str="Backing up index.lighttpd.html"