UPDATE Prepare Robots.txt [MASTER]

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

View file

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