mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 11:10:47 +00:00
Fix Formatting of Version Information in README.md
This commit is contained in:
parent
8d63a9d056
commit
f4fc3104aa
2 changed files with 8 additions and 8 deletions
|
@ -8,9 +8,9 @@
|
||||||
# Nginx Bad Bot and User-Agent Blocker, Spam Referrer Blocker, Anti DDOS, Bad IP Blocker and Wordpress Theme Detector Blocker
|
# Nginx Bad Bot and User-Agent Blocker, Spam Referrer Blocker, Anti DDOS, Bad IP Blocker and Wordpress Theme Detector Blocker
|
||||||
##### The Ultimate Nginx Bad Bot, User-Agent, Spam Referrer Blocker, Adware, Malware and Ransomware Blocker, Clickjacking Blocker, Click Re-Directing Blocker, SEO Companies and Bad IP Blocker with Anti DDOS System, Nginx Rate Limiting and Wordpress Theme Detector Blocking
|
##### The Ultimate Nginx Bad Bot, User-Agent, Spam Referrer Blocker, Adware, Malware and Ransomware Blocker, Clickjacking Blocker, Click Re-Directing Blocker, SEO Companies and Bad IP Blocker with Anti DDOS System, Nginx Rate Limiting and Wordpress Theme Detector Blocking
|
||||||
|
|
||||||
####################
|
#####--Version Information--#####
|
||||||
|
|
||||||
#####################
|
#####--Version Information End--#####
|
||||||
|
|
||||||
If this helps you [why not buy me a beer](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BKF9XT6WHATLG):beer:
|
If this helps you [why not buy me a beer](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BKF9XT6WHATLG):beer:
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,8 @@ _inputdbA=/tmp/lastupdated.db
|
||||||
_tmpnginxA=tmpnginxA
|
_tmpnginxA=tmpnginxA
|
||||||
|
|
||||||
# Start and End Strings to Search for to do inserts into template
|
# Start and End Strings to Search for to do inserts into template
|
||||||
_startmarker="####################"
|
_startmarker="#####--Version Information--#####"
|
||||||
_endmarker="#####################"
|
_endmarker="#####--Version Information End--#####"
|
||||||
|
|
||||||
# PRINT VERSION INFORMATION INTO README.md
|
# PRINT VERSION INFORMATION INTO README.md
|
||||||
# ****************************************
|
# ****************************************
|
||||||
|
@ -30,13 +30,13 @@ echo $_endmarker >> $_tmpnginxA
|
||||||
IFS=$LASTUPDATEIFS
|
IFS=$LASTUPDATEIFS
|
||||||
mv $_tmpnginxA $_inputdbA
|
mv $_tmpnginxA $_inputdbA
|
||||||
ed -s $_inputdbA<<\IN
|
ed -s $_inputdbA<<\IN
|
||||||
1,/####################/d
|
1,/#####--Version Information--#####/d
|
||||||
/#####################/,$d
|
/#####--Version Information End--#####/,$d
|
||||||
,d
|
,d
|
||||||
.r /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/README.md
|
.r /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/README.md
|
||||||
/####################/x
|
/#####--Version Information--#####/x
|
||||||
.t.
|
.t.
|
||||||
.,/#####################/-d
|
.,/#####--Version Information End--#####/-d
|
||||||
#,p
|
#,p
|
||||||
#,p used to print output replaced with w below to write
|
#,p used to print output replaced with w below to write
|
||||||
w /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/README.md
|
w /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue