X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2Fmigrate-4-5.px;h=d3ff796d3ed7d1139edacfebd638746bb8062c5d;hb=f1ba2733d2c58fed90c13e9ae31cb7c1f3c5613e;hp=539eaa332fe217def1bf5a0ce91791509fb9b1e8;hpb=e61872d4b1325cb8d54f4cdb16f185fcfe2710a7;p=collectd.git diff --git a/contrib/migrate-4-5.px b/contrib/migrate-4-5.px index 539eaa33..d3ff796d 100755 --- a/contrib/migrate-4-5.px +++ b/contrib/migrate-4-5.px @@ -183,6 +183,7 @@ sub handle_file # {{{ && (!$plugin_inst) && ($type_inst)) { my $dir = join ('/', @path); + print "mkdir -p \"$dir/$plugin-$type_inst\"\n"; print "mv \"$path\" \"$dir/$plugin-$type_inst/$type.rrd\"\n"; } } # }}} sub handle_file