mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 06:15:06 +00:00
Test change in sed for robots.txt input file
This commit is contained in:
parent
54dff4a849
commit
bbe8b98832
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ sudo truncate -s 0 $_output
|
|||
|
||||
# Use sed to strip the \ out of the input file
|
||||
# ***************************************************
|
||||
sed 's/\\/ /g' $_input > $_output
|
||||
sed 's/\\ / /g' $_input > $_output
|
||||
|
||||
# Use cut to strip the domains out of the url strings
|
||||
# ***************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue