mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
.js
This commit is contained in:
parent
a182a208dc
commit
c452a4569e
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ installPiholeWeb() {
|
|||
if [ -f "/var/www/html/pihole/index.js" ]; then
|
||||
echo "::: Existing index.js detected, not overwriting"
|
||||
else
|
||||
echo -n "::: index.html missing, replacing... "
|
||||
echo -n "::: index.js missing, replacing... "
|
||||
cp /etc/.pihole/advanced/index.js /var/www/html/pihole/
|
||||
echo " done!"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue