diff options
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); |