copy both the html and js stubs during install

pull/386/head
Kevin Ross 8 years ago
parent d3971b26e4
commit 404ea0ce6d

@ -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
}

Loading…
Cancel
Save