mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 19:20:16 +00:00
UPDATE Generate Robots.txt [MASTER]
This commit is contained in:
parent
18f5df8e63
commit
2014ff56a4
1 changed files with 4 additions and 0 deletions
|
@ -95,6 +95,10 @@ printf 'User-agent: %s\n%s\n' "${LINE}" "Disallow:/" >> "${_tmprobots}"
|
|||
done < ${_output}
|
||||
printf '\n' >> ${_tmprobots}
|
||||
sudo cp ${_tmprobots} ${TRAVIS_BUILD_DIR}/robots.txt/robots.txt
|
||||
echo "${bold}${green}-------------------------------"
|
||||
echo "${bold}${green}robots.txt Generation Completed"
|
||||
echo "${bold}${green}-------------------------------"
|
||||
printf "\n\n"
|
||||
}
|
||||
|
||||
# ----------------
|
||||
|
|
Loading…
Add table
Reference in a new issue