mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Formatting of Version Information in README.md
This commit is contained in:
parent
512ceb1f25
commit
2ffdc82235
1 changed files with 4 additions and 1 deletions
|
@ -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### Generated In: "$runtime" seconds\n############################################\n" >> $_tmpnginxA
|
||||
printf "********************************************\n> Version: "$MY_GIT_TAG"\n> Updated: "$now"\n********************************************\n" >> $_tmpnginxA
|
||||
echo $_endmarker >> $_tmpnginxA
|
||||
IFS=$LASTUPDATEIFS
|
||||
mv $_tmpnginxA $_inputdbA
|
||||
|
@ -46,3 +46,6 @@ rm $_inputdbA
|
|||
|
||||
|
||||
exit 0
|
||||
|
||||
############################################
|
||||
********************************************
|
Loading…
Add table
Reference in a new issue