Final Change to Version Number Block in README.md

This commit is contained in:
Mitchell Krog 2017-06-02 10:54:56 +02:00
parent 30d5c1f224
commit fa0731d755

View file

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