mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
setup-ngxblocker: fix sed error in Travis
fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/pull/45
This commit is contained in:
parent
8dae1ebe34
commit
5c876024de
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ find_includes() {
|
|||
local start=$(find_line $file $start_range $start_first_last)
|
||||
local end=$(find_line $file $end_range $end_first_last)
|
||||
|
||||
sed -n ${start},${end}p ${file} > $tmp
|
||||
sed -n "$start,$end"p $file > $tmp
|
||||
line=$(find_line $tmp $search $search_first_last)
|
||||
rm -f $tmp
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue