mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
exit after printing version
* fixes double printing of blacklist version
This commit is contained in:
parent
6744dfdb34
commit
28ae60d9af
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ get_options() {
|
|||
e) EMAIL=$arg; check_args $opts email $arg ;;
|
||||
m) EMAIL=$arg ;; # /etc/aliases no sanity checks
|
||||
n) SEND_EMAIL=N ;;
|
||||
v) check_depends; check_version ;;
|
||||
v) check_depends; check_version; exit 0 ;;
|
||||
s) export VERBOSE=N ;;
|
||||
h) usage ;;
|
||||
\?) usage ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue