diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-07-06 12:05:36 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-07-06 12:05:36 -0400 |
commit | 725443038cfdcdb44d8c3891d8aee98878e6f6e5 (patch) | |
tree | 36c1bc0cda1b0b7b3228385e988fb62dec539cf2 /etc/inc/rrd.inc | |
parent | f73d83ecaf5ecadad6d8060ba8699f1a0001f674 (diff) | |
download | pfsense-725443038cfdcdb44d8c3891d8aee98878e6f6e5.zip pfsense-725443038cfdcdb44d8c3891d8aee98878e6f6e5.tar.gz |
Oops, add needed echo ''
Diffstat (limited to 'etc/inc/rrd.inc')
-rw-r--r-- | etc/inc/rrd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/rrd.inc b/etc/inc/rrd.inc index c9f46bd..ecd2db2 100644 --- a/etc/inc/rrd.inc +++ b/etc/inc/rrd.inc @@ -46,7 +46,7 @@ function dump_rrd_to_xml($rrddatabase, $xmldumpfile) { function create_new_rrd($rrdcreatecmd) { $rrdcreateoutput = array(); $rrdcreatereturn = 0; - exec("Converting RRD configuration to new format. This might take a bit... | wall"); + exec("echo 'Converting RRD configuration to new format. This might take a bit...' | wall"); exec("$rrdcreatecmd 2>&1", $rrdcreateoutput, $rrdcreatereturn); if ($rrdcreatereturn <> 0) { $rrdcreateoutput = implode(" ", $rrdcreateoutput); |