mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
system: scoped IPv6 "%" could confuse mwexecf(), use plain mwexec()
This commit is contained in:
parent
981a718da0
commit
570227e4d4
@ -275,7 +275,7 @@ function dpinger_configure_do($verbose = false, $gwname = null)
|
||||
$params .= exec_safe('%s ', $gateway['monitor']);
|
||||
|
||||
/* stdout to /dev/null because hangs otherwise */
|
||||
mwexecf("/usr/local/bin/dpinger {$params} > /dev/null");
|
||||
mwexec("/usr/local/bin/dpinger {$params} > /dev/null");
|
||||
}
|
||||
|
||||
if ($verbose) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user