mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-03 12:40:56 +00:00
Remove superseded index.js
Signed off by WaLLy3K <wally3k@pi-hole.net>
This commit is contained in:
parent
7884423e05
commit
a9ad8d67aa
@ -1304,6 +1304,12 @@ installPiholeWeb() {
|
|||||||
install -d /var/www/html/pihole
|
install -d /var/www/html/pihole
|
||||||
# and the blockpage
|
# and the blockpage
|
||||||
install -D ${PI_HOLE_LOCAL_REPO}/advanced/{index,blockingpage}.* /var/www/html/pihole/
|
install -D ${PI_HOLE_LOCAL_REPO}/advanced/{index,blockingpage}.* /var/www/html/pihole/
|
||||||
|
|
||||||
|
# Remove superseded file
|
||||||
|
if [[ -e "/var/www/html/pihole/index.js" ]]; then
|
||||||
|
rm "/var/www/html/pihole/index.js"
|
||||||
|
fi
|
||||||
|
|
||||||
echo -e "${OVER} ${TICK} ${str}"
|
echo -e "${OVER} ${TICK} ${str}"
|
||||||
|
|
||||||
local str="Backing up index.lighttpd.html"
|
local str="Backing up index.lighttpd.html"
|
||||||
|
Loading…
Reference in New Issue
Block a user