diff options
| -rw-r--r-- | http/share/sitemap.uppxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/share/sitemap.uppxml b/http/share/sitemap.uppxml index ba5ee48..bfcf8d8 100644 --- a/http/share/sitemap.uppxml +++ b/http/share/sitemap.uppxml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8'?> <urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'> #! -for f in ${OUT}/*.html +for f in $(find "${OUT}" -name "*.html") do #! <url> |
