dpinger: back to where it was in April 2019

PR: #3693
This commit is contained in:
Franco Fichtner 2019-11-11 23:01:57 +01:00
parent 188c517a26
commit ee73840e9c

View File

@ -274,8 +274,8 @@ function dpinger_configure_do($verbose = false, $gwname = null)
$params .= exec_safe('%s ', $gateway['monitor']);
/* stdout to /dev/null because hangs otherwise */
mwexec("/usr/local/bin/dpinger {$params} > /dev/null");
/* foreground mode in background to deal with tentative connectivity */
mwexec_bg("/usr/local/bin/dpinger -f {$params}");
}
if ($verbose) {