mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
system: typo in previous
This commit is contained in:
parent
05739a0898
commit
630d380728
@ -133,7 +133,7 @@ function dpinger_configure_do($verbose = false, $gwname_map = null)
|
||||
return;
|
||||
}
|
||||
|
||||
service_log(sprintf('Setting up gateway monitor%s...', empty($interface_map) ? '' : ' for ' . join(', ', $gwname_map)), $verbose);
|
||||
service_log(sprintf('Setting up gateway monitor%s...', empty($gwname_map) ? '' : ' for ' . join(', ', $gwname_map)), $verbose);
|
||||
|
||||
foreach (dpinger_processes() as $running_gwname => $proc) {
|
||||
if (!empty($gwname_map) && !in_array($running_gwname, $gwname_map)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user