mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-04-20 00:39:10 +00:00
Revert test unit to old regex boundaries
This commit is contained in:
parent
580b451f0b
commit
5adc8ed085
2 changed files with 18647 additions and 0 deletions
18639
conf.d/globalblacklist-testing-version-oldregexboundaries.conf
Normal file
18639
conf.d/globalblacklist-testing-version-oldregexboundaries.conf
Normal file
File diff suppressed because it is too large
Load diff
8
t.sh
Executable file
8
t.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ ! -z "$(git status --porcelain)" ]]
|
||||
then
|
||||
echo "push"
|
||||
else
|
||||
echo "do nothing"
|
||||
fi
|
Loading…
Add table
Reference in a new issue