Silence is better for this command.

This commit is contained in:
Ermal 2010-06-03 20:41:31 +00:00
parent 6d5446a2cb
commit 922693e929

View File

@ -634,7 +634,7 @@ function enable_rrd_graphing() {
}
function kill_traffic_collector() {
mwexec("/bin/pkill -f updaterrd.sh");
mwexec("/bin/pkill -f updaterrd.sh", true);
}
/* This xml 2 array function is courtesy of the php.net comment section on xml_parse.