Abbreviate serviceStatus for small devices

This commit is contained in:
billz
2019-11-01 09:10:24 +00:00
parent 5a3f27ea73
commit 7f384e9ff1
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ function DisplayDHCPConfig()
}
}
$serviceStatus = $dnsmasq_state ? "running" : "stopped";
$serviceStatus = $dnsmasq_state ? "up" : "down";
exec('cat '. RASPI_DNSMASQ_CONFIG, $return);
$conf = ParseConfig($return);