Revert "Fix Travis (01)"

This reverts commit 7bc6e5d4f7.
This commit is contained in:
Mitchell Krog 2017-06-28 16:26:37 +02:00
parent aa1d1ecfa2
commit 73c6cd0e59

View file

@ -407,6 +407,7 @@ 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