mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
update-ngxblocker: fix installer command line switch
This commit is contained in:
parent
4b012ef0ac
commit
3aec168de2
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ get_options() {
|
|||
case "$opts" in
|
||||
c) CONF_DIR=$arg; check_args $opts path $arg ;;
|
||||
b) BOTS_DIR=$arg; check_args $opts path $arg ;;
|
||||
u) INSTALLER=$arg; check_args $opts script $arg ;;
|
||||
i) INSTALLER=$arg; check_args $opts script $arg ;;
|
||||
r) REPO=$arg; check_args $opts url $arg ;;
|
||||
e) EMAIL=$arg; check_args $opts email $arg ;;
|
||||
n) SEND_EMAIL=N ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue