UPDATE Generate Robots.txt [MASTER]

This commit is contained in:
Mitchell Krog 2019-06-28 15:02:13 +02:00
parent 18f5df8e63
commit 2014ff56a4
No known key found for this signature in database
GPG key ID: C243C388553EDE5D

View file

@ -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"
}
# ----------------