forked from friendica/friendica-docker-ci
Exclude "strings.php" from license check
This commit is contained in:
parent
29638f2f40
commit
367884e91e
|
@ -16,7 +16,7 @@ exitVal=0
|
|||
printf "\n"
|
||||
|
||||
for file in "${files[@]}"; do
|
||||
if [ ! -f "$file" ]; then
|
||||
if [ ! -f "$file" ] || [[ "$file" == *strings.php ]]; then
|
||||
continue
|
||||
fi
|
||||
php_license_md5=$(head -n "$php_template_rows" "$file" | md5sum)
|
||||
|
|
Loading…
Reference in a new issue