Update regex on test version Ref: #264

This commit is contained in:
Mitchell Krog 2019-06-20 17:49:47 +02:00 committed by GitHub
parent dc8c7f3c0c
commit d13447afdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,8 +237,8 @@ rm ${_inputdb3}
printf '%s\n' "$_start4" >> ${_tmpnginx4} printf '%s\n' "$_start4" >> ${_tmpnginx4}
while IFS= read -r LINE while IFS= read -r LINE
do do
printf '\t"~*%s%s"\t\t%s\n' "${LINE}" "\b" "$_action4" >> ${_tmpnginx4} printf '\t"~*%s%s"\t\t%s\n' "${LINE}" "(?:|\b)" "$_action4" >> ${_tmpnginx4}
printf '\t"~*%s"\t\t%s\n' "${LINE}" "$_action4" >> ${_tmpnginx4} #printf '\t"~*%s"\t\t%s\n' "${LINE}" "$_action4" >> ${_tmpnginx4}
done < ${_input4} done < ${_input4}
printf '%s\n' "$_end4" >> ${_tmpnginx4} printf '%s\n' "$_end4" >> ${_tmpnginx4}
mv ${_tmpnginx4} ${_inputdb4} mv ${_tmpnginx4} ${_inputdb4}