revert line, looks tidyer

pull/1437/head
Adam Warner 7 years ago
parent 5b0927ca4b
commit 19fd25c7cd
No known key found for this signature in database
GPG Key ID: 7C062498C7FA6E49

@ -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…
Cancel
Save