mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
remove duplicate check_depends
* do not check depends twice on -v command line switch
This commit is contained in:
parent
12fc6d0b56
commit
d18d54087f
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; exit 0 ;;
|
||||
v) check_version; exit 0 ;;
|
||||
s) export VERBOSE=N ;;
|
||||
h) usage ;;
|
||||
\?) usage ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue