From: Sebastian Harl Date: Sun, 15 Jul 2012 11:04:09 +0000 (+0200) Subject: contrib/migrate-4-5.px: Added missing end quotes in a call to rrd_filter.px. X-Git-Tag: collectd-5.0.5~14 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=91f0e886b3f80f5cdfcb0101db27ab90d982e4d3;p=collectd.git contrib/migrate-4-5.px: Added missing end quotes in a call to rrd_filter.px. --- diff --git a/contrib/migrate-4-5.px b/contrib/migrate-4-5.px index c39b51b6..c2a95558 100755 --- a/contrib/migrate-4-5.px +++ b/contrib/migrate-4-5.px @@ -187,8 +187,8 @@ sub handle_file # {{{ print "mkdir -p \"$dir/$plugin-$type_inst\"\n"; if (($plugin eq 'df') and ($type eq 'df')) { - print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-free.rrd --map free:value\n"; - print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-used.rrd --map used:value\n"; + print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-free.rrd\" --map free:value\n"; + print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-used.rrd\" --map used:value\n"; } else {