From 91f0e886b3f80f5cdfcb0101db27ab90d982e4d3 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 15 Jul 2012 13:04:09 +0200 Subject: [PATCH] contrib/migrate-4-5.px: Added missing end quotes in a call to rrd_filter.px. --- contrib/migrate-4-5.px | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.11.0