copy both the html and js stubs during install

This commit is contained in:
Kevin Ross 2016-03-14 22:54:45 -05:00
parent d3971b26e4
commit 404ea0ce6d

View file

@ -619,7 +619,7 @@ installPiholeWeb() {
else
$SUDO mkdir /var/www/html/pihole
$SUDO mv /var/www/html/index.lighttpd.html /var/www/html/index.lighttpd.orig
$SUDO cp /etc/.pihole/advanced/index.html /var/www/html/pihole/index.html
$SUDO cp /etc/.pihole/advanced/index.* /var/www/html/pihole/.
$SUDO echo " done!"
fi
}