Fix tags more

This commit is contained in:
2024-08-26 09:48:06 +02:00
parent 073b25cb90
commit ba696b8487
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -105,7 +105,7 @@ for tag in $(ls "fsfe.org/tags" | sed -rn 's/tagged-(.*)\.en.xhtml/\1/p'); do
fi
done
for tag in $(ls -a "tags" | sed -rn 's/.tagged-(.*)\.xmllist/\1/p'); do
for tag in $(ls -a "fsfe.org/tags" | sed -rn 's/.tagged-(.*)\.xmllist/\1/p'); do
if [ ! -f "${tagmaps}/${tag}" ]; then
echo "* Deleting fsfe.org/tags/.tagged-${tag}.xmllist"
rm "fsfe.org/tags/.tagged-${tag}.xmllist"