Styling updates for Gitea upgrades

This commit is contained in:
2025-09-30 17:14:49 -05:00
parent 25c9872a0a
commit b50de1e4f7
6 changed files with 23 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
result="$(find roles/*/{files,templates} -type f -exec file {} \; | grep -Ev ASCII\ text\|empty\|Unicode\ text | grep -v motd.txt.j2)"
result="$(find roles/*/{files,templates} -type f -exec file {} \; | grep -Ev ASCII\ text\||JSON|empty\|Unicode\ text | grep -v motd.txt.j2)"
if [ -n "$result" ]; then
echo "These files need to be evaluated -- generally, don't commit data files to Git."
echo "$result"