From d99fc93d4415d2591b03c8b1e97b89dd4a2bf6ba Mon Sep 17 00:00:00 2001 From: yubiuser Date: Mon, 6 Jun 2022 10:30:49 +0200 Subject: [PATCH] Fix indention Co-authored-by: RD WebDesign --- settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.php b/settings.php index 26d6c2b5..1c1969ce 100644 --- a/settings.php +++ b/settings.php @@ -79,7 +79,7 @@ if (isset($setupVars["PIHOLE_INTERFACE"])) { // get the gateway address for the default route on the Pi-hole interface if ($piHoleInterface !== "unknown") { -$IPv4GW=shell_exec("ip -4 route | grep default | grep '${piHoleInterface}' | cut -d ' ' -f 3"); + $IPv4GW=shell_exec("ip -4 route | grep default | grep '${piHoleInterface}' | cut -d ' ' -f 3"); } else { $IPv4GW = "unknown"; }