diff --git a/check_logos.sh b/check_logos.sh index a4afb05..0883744 100755 --- a/check_logos.sh +++ b/check_logos.sh @@ -5,7 +5,7 @@ found_js=false for file in *.svg; do [ -f "$file" ] || continue - if grep -i -E ' /dev/null; then + if grep -i -E 'script' "$file" > /dev/null; then echo "Javascript found in: $file" found_js=true fi