mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-27 01:30:18 +00:00
Remove blockingpage.css
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
5816f495f4
commit
6c9bd7a632
2 changed files with 2 additions and 457 deletions
|
@ -1672,8 +1672,8 @@ installPiholeWeb() {
|
|||
install -D -m 644 ${PI_HOLE_LOCAL_REPO}/advanced/index.php ${PI_HOLE_404_DIR}/
|
||||
|
||||
# Remove superseded file
|
||||
if [[ -e "${PI_HOLE_404_DIR}/index.js" ]]; then
|
||||
rm "${PI_HOLE_404_DIR}/index.js"
|
||||
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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue