mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
Fixing issues with different executable paths
This commit is contained in:
parent
76b6659c4a
commit
75dbb6f785
1 changed files with 3 additions and 3 deletions
|
@ -275,7 +275,7 @@ check_depends() {
|
|||
get_options() {
|
||||
local arg= opts=
|
||||
|
||||
while getopts :w:e:v:b:c:m:ndxh opts "$@"
|
||||
while getopts :w:e:v:b:c:m:i:ndxh opts "$@"
|
||||
do
|
||||
if [ -n "${OPTARG}" ]; then
|
||||
case "$opts" in
|
||||
|
@ -336,10 +336,10 @@ main() {
|
|||
exit 1
|
||||
fi
|
||||
|
||||
check_depends
|
||||
|
||||
# parse command line
|
||||
get_options $@
|
||||
check_depends
|
||||
|
||||
include_url=$REPO/include_filelist.txt
|
||||
|
||||
# check repo is online & source includes
|
||||
|
|
Loading…
Add table
Reference in a new issue