Fix tags more

This commit is contained in:
delliott 2024-07-16 11:48:40 +02:00
parent 073b25cb90
commit ba696b8487
Signed by: delliott
SSH Key Fingerprint: SHA256:h5IC6Ec/o6ypmpM7ZdRqULGyG8dz4Jr5K192BAWAjoo
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

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"