summaryrefslogtreecommitdiffstats
path: root/etc/inc/rrd.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-06 12:05:36 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-06 12:05:36 -0400
commit725443038cfdcdb44d8c3891d8aee98878e6f6e5 (patch)
tree36c1bc0cda1b0b7b3228385e988fb62dec539cf2 /etc/inc/rrd.inc
parentf73d83ecaf5ecadad6d8060ba8699f1a0001f674 (diff)
downloadpfsense-725443038cfdcdb44d8c3891d8aee98878e6f6e5.zip
pfsense-725443038cfdcdb44d8c3891d8aee98878e6f6e5.tar.gz
Oops, add needed echo ''
Diffstat (limited to 'etc/inc/rrd.inc')
-rw-r--r--etc/inc/rrd.inc2
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);
OpenPOWER on IntegriCloud