oh stickler bot...

accidentally a space

Signed-off-by: Rob Gill <rrobgill@protonmail.com>
pull/2176/head
Rob Gill 6 years ago committed by GitHub
parent 9379487942
commit 382c19024f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -103,7 +103,7 @@ $bpAskAdmin = !empty($svEmail) ? '<a href="mailto:'.$svEmail.'?subject=Site Bloc
// Determine if at least one block list has been generated
$blocklistglob = glob("/etc/pihole/list.0.*.domains");
if($blocklistglob === array()) {
if ($blocklistglob === array()) {
die("[ERROR] There are no domain lists generated lists within <code>/etc/pihole/</code>! Please update gravity by running <code>pihole -g</code>, or repair Pi-hole using <code>pihole -r</code>.");
}

Loading…
Cancel
Save