Test change in sed for robots.txt input file

This commit is contained in:
Mitchell Krog 2017-07-21 15:05:58 +02:00
parent 54dff4a849
commit bbe8b98832

View file

@ -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
# ***************************************************