mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 14:56:18 +00:00
Add Versioning Info to README
This commit is contained in:
parent
20f1137b41
commit
78ff0112a6
6 changed files with 58 additions and 1 deletions
|
@ -206,6 +206,10 @@ echo "${bold}${magenta}------------------------------"
|
|||
sudo cp ${TRAVIS_BUILD_DIR}/.dev-tools/test_units/nginx.conf-newformat /etc/nginx/nginx.conf
|
||||
}
|
||||
|
||||
getnginxversion () {
|
||||
sudo nginx -v &> ${TRAVIS_BUILD_DIR}/.dev-tools/nginxv1.txt
|
||||
}
|
||||
|
||||
# ------------------
|
||||
# Start Installation
|
||||
# ------------------
|
||||
|
@ -236,6 +240,7 @@ waitforReload
|
|||
activateLatestBlacklist
|
||||
reloadNginX
|
||||
backupConfFiles
|
||||
getnginxversion
|
||||
|
||||
# ----------------------
|
||||
# Exit With Error Number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue