system: scoped IPv6 "%" could confuse mwexecf(), use plain mwexec()

This commit is contained in:
Franco Fichtner 2019-07-18 14:51:08 +02:00
parent 981a718da0
commit 570227e4d4

View File

@ -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) {