Reduce font size of Version Information written into README.md

This commit is contained in:
Mitchell Krog 2017-06-21 15:28:31 +02:00
parent c969630a9c
commit 6408680d0d

View file

@ -27,7 +27,7 @@ now="$(date)"
end=$(date +%s.%N) end=$(date +%s.%N)
echo $_startmarker >> $_tmpnginxA echo $_startmarker >> $_tmpnginxA
runtime=$(python -c "print(${end} - ${start})") runtime=$(python -c "print(${end} - ${start})")
printf "********************************************\n## Version: "$MY_GIT_TAG"\n## Bad Referrer Count: "$BAD_REFERRERS"\n## Bad Bot Count: "$BAD_BOTS"\n********************************************\n" >> $_tmpnginxA printf "********************************************\n#### Version: "$MY_GIT_TAG"\n#### Bad Referrer Count: "$BAD_REFERRERS"\n#### Bad Bot Count: "$BAD_BOTS"\n********************************************\n" >> $_tmpnginxA
echo $_endmarker >> $_tmpnginxA echo $_endmarker >> $_tmpnginxA
IFS=$LASTUPDATEIFS IFS=$LASTUPDATEIFS
mv $_tmpnginxA $_inputdbA mv $_tmpnginxA $_inputdbA