mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
UPDATE Prepare Robots.txt [MASTER]
This commit is contained in:
parent
2014ff56a4
commit
f9f0887ffb
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ prepareRobots () {
|
|||
sudo truncate -s 0 ${_output}
|
||||
sed 's/\\ / /g' ${_input} > ${_output}
|
||||
sort -u ${_output} -o ${_output}
|
||||
echo "${bold}${green}--------------------------------"
|
||||
echo "${bold}${green}robots.txt Preparation Completed"
|
||||
echo "${bold}${green}--------------------------------"
|
||||
printf "\n\n"
|
||||
}
|
||||
|
||||
# ----------------
|
||||
|
|
Loading…
Add table
Reference in a new issue