mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 19:20:16 +00:00
Merge pull request #122 from itoffshore/alpine
remove duplicate check_depends
This commit is contained in:
commit
128e00f360
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