mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00: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
|
||||
echo -n "::: Installing block page..."
|
||||
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!"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue