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"; }