mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-28 12:04:27 +02:00
revert line, looks tidyer
This commit is contained in:
parent
5b0927ca4b
commit
19fd25c7cd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue