mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
dnsmasq: fix previous
This commit is contained in:
parent
6138d557db
commit
ee09677bc1
@ -74,7 +74,7 @@ function dnsmasq_configure_do($verbose = false)
|
||||
|
||||
killbypid('/var/run/dnsmasq.pid', 'TERM', true);
|
||||
|
||||
if (dnsmasq_enabled()) {
|
||||
if (!dnsmasq_enabled()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user