From a1866254f9afcae57f863ec8b6ca964ab36f0673 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 2 Jun 2026 17:45:39 +0100 Subject: [PATCH] sitemap.uppxml: uses find instead of wildcard expansion to find html files inside subfolders --- http/share/sitemap.uppxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #! -for f in ${OUT}/*.html +for f in $(find "${OUT}" -name "*.html") do #!