mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
system: fix pid kill regression in #6825
This commit is contained in:
parent
4b153a375a
commit
ea2f63bddd
@ -150,7 +150,7 @@ function dpinger_configure_do($verbose = false, $gwname = null, $bootup = false)
|
||||
if (!empty($gwname) && $running_gwname != $gwname) {
|
||||
continue;
|
||||
}
|
||||
if (isvalidpid($pidfile)) {
|
||||
if (isvalidpid($proc['pidfile'])) {
|
||||
killbypid($proc['pidfile']);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user