Fix Travis (01)

This commit is contained in:
Mitchell Krog 2017-06-28 15:45:15 +02:00
parent 88f5c1ff1d
commit 7bc6e5d4f7

View file

@ -407,7 +407,6 @@ rm $_inputdb10
LASTUPDATEIFS=$IFS LASTUPDATEIFS=$IFS
IFS=$'\n' IFS=$'\n'
now="$(date)" now="$(date)"
end=$(date +%s.%N)
echo $_startmarker >> $_tmpnginxA echo $_startmarker >> $_tmpnginxA
printf "###################################################\n### Version: "$MY_GIT_TAG"\n### Updated: "$now"\n### Bad Referrer Count: "$BAD_REFERRERS"\n### Bad Bot Count: "$BAD_BOTS"\n###################################################\n" >> $_tmpnginxA printf "###################################################\n### Version: "$MY_GIT_TAG"\n### Updated: "$now"\n### Bad Referrer Count: "$BAD_REFERRERS"\n### Bad Bot Count: "$BAD_BOTS"\n###################################################\n" >> $_tmpnginxA
echo $_endmarker >> $_tmpnginxA echo $_endmarker >> $_tmpnginxA