mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 22:05:46 +00:00
Formatting of Version Information in README.md
This commit is contained in:
parent
1da1b17311
commit
3ca0821d88
2 changed files with 10 additions and 12 deletions
|
@ -14,8 +14,8 @@ _inputdbA=/tmp/lastupdated.db
|
|||
_tmpnginxA=tmpnginxA
|
||||
|
||||
# Start and End Strings to Search for to do inserts into template
|
||||
_startmarker="##### Version Information #"
|
||||
_endmarker="##### Version Information ##"
|
||||
_startmarker="####################"
|
||||
_endmarker="#####################"
|
||||
|
||||
# PRINT VERSION INFORMATION INTO README.md
|
||||
# ****************************************
|
||||
|
@ -25,18 +25,18 @@ now="$(date)"
|
|||
end=$(date +%s.%N)
|
||||
echo $_startmarker >> $_tmpnginxA
|
||||
runtime=$(python -c "print(${end} - ${start})")
|
||||
printf "********************************************\n> Version: "$MY_GIT_TAG"\n********************************************\n" >> $_tmpnginxA
|
||||
printf "> VERSION: "$MY_GIT_TAG"" >> $_tmpnginxA
|
||||
echo $_endmarker >> $_tmpnginxA
|
||||
IFS=$LASTUPDATEIFS
|
||||
mv $_tmpnginxA $_inputdbA
|
||||
ed -s $_inputdbA<<\IN
|
||||
1,/##### Version Information #/d
|
||||
/##### Version Information ##/,$d
|
||||
1,/####################/d
|
||||
/#####################/,$d
|
||||
,d
|
||||
.r /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/README.md
|
||||
/##### Version Information #/x
|
||||
/####################/x
|
||||
.t.
|
||||
.,/##### Version Information ##/-d
|
||||
.,/#####################/-d
|
||||
#,p
|
||||
#,p used to print output replaced with w below to write
|
||||
w /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/README.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue