mirror of
https://github.com/pi-hole/pi-hole
synced 2025-02-22 13:02:02 +00:00
revert line, looks tidyer
This commit is contained in:
parent
5b0927ca4b
commit
19fd25c7cd
@ -876,7 +876,7 @@ installPiholeWeb() {
|
|||||||
if [[ ${CUSTOMBLOCKPAGE} == false ]]; then
|
if [[ ${CUSTOMBLOCKPAGE} == false ]]; then
|
||||||
echo -n "::: Installing block page..."
|
echo -n "::: Installing block page..."
|
||||||
install -d /var/www/html/pihole
|
install -d /var/www/html/pihole
|
||||||
install -D ${PI_HOLE_LOCAL_REPO}/advanced/index.* /advanced/blockingpage.* /var/www/html/pihole/
|
install -D ${PI_HOLE_LOCAL_REPO}/advanced/{index,blockingpage}.* /var/www/html/pihole/
|
||||||
echo " done!"
|
echo " done!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user