mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use mwexec so we can see if it fails.
This commit is contained in:
parent
95919c394f
commit
781a93ffff
@ -2064,9 +2064,9 @@ endif;
|
||||
/* Convert 5.4 -> 5.5 */
|
||||
if ($config['version'] <= 5.4) {
|
||||
/* RRD files changed for quality, traffic and packets graphs */
|
||||
exec("/bin/rm -f /var/db/rrd/*-quality.rrd");
|
||||
exec("/bin/rm -f /var/db/rrd/*-packets.rrd");
|
||||
exec("/bin/rm -f /var/db/rrd/*-traffic.rrd");
|
||||
mwexec("/bin/rm -f /var/db/rrd/*-quality.rrd");
|
||||
mwexec("/bin/rm -f /var/db/rrd/*-packets.rrd");
|
||||
mwexec("/bin/rm -f /var/db/rrd/*-traffic.rrd");
|
||||
}
|
||||
|
||||
$now = date("H:i:s");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user