X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a413c39c2d18842b50e7a678fdfdc327c2ccaaba..a166e6396d2cc5d5d843075ef0e676e7d0998227:/cookbooks/planet/templates/default/apache-latest-planet-filename.erb diff --git a/cookbooks/planet/templates/default/apache-latest-planet-filename.erb b/cookbooks/planet/templates/default/apache-latest-planet-filename.erb index 87fd926e3..9107436b3 100644 --- a/cookbooks/planet/templates/default/apache-latest-planet-filename.erb +++ b/cookbooks/planet/templates/default/apache-latest-planet-filename.erb @@ -15,9 +15,9 @@ while (my $path = ) my $file = abs_path("/store/planet${path}"); - if ($file && $file =~ m|^/store/planet/| && -f $file) + if ($file && $file =~ m|^/store/planet(/.*)$| && -f $file) { - print "${file}\n"; + print "$1\n"; } else {