This commit is contained in:
parent
01a4b942f8
commit
6c92c875b5
@ -124,7 +124,7 @@ declare -A filecount
|
||||
|
||||
for section in "news" "events"; do
|
||||
for tag in $(ls "${tagmaps}"); do
|
||||
filecount["${tag}:${section}"]=$(grep "^${section}/" "${tagmaps}/${tag}" | wc --lines || true)
|
||||
filecount["${tag}:${section}"]=$(grep "^fsfe.org/${section}/" "${tagmaps}/${tag}" | wc --lines || true)
|
||||
done
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user