mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
Test: Fix Nginx Installer Tests (setup-ngxblocker & install-ngxblocker command line switches)
This commit is contained in:
parent
5b641e4347
commit
3cfbe172dc
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ sudo chmod +x /usr/sbin/install-ngxblocker
|
||||||
|
|
||||||
printf '\n%s\n%s\n%s\n\n' "######################" "Run install-ngxblocker" "######################"
|
printf '\n%s\n%s\n%s\n\n' "######################" "Run install-ngxblocker" "######################"
|
||||||
cd /usr/sbin
|
cd /usr/sbin
|
||||||
sudo bash ./install-ngxblocker -x
|
sudo bash ./install-ngxblocker -s /usr/sbin/ -x
|
||||||
|
|
||||||
# **************************************************
|
# **************************************************
|
||||||
# Set our install and setup scripts to be executable
|
# Set our install and setup scripts to be executable
|
||||||
|
@ -114,7 +114,7 @@ sudo chmod +x /usr/sbin/update-ngxblocker
|
||||||
|
|
||||||
printf '\n%s\n%s\n%s\n\n' "####################" "Run setup-ngxblocker" "####################"
|
printf '\n%s\n%s\n%s\n\n' "####################" "Run setup-ngxblocker" "####################"
|
||||||
cd /usr/sbin
|
cd /usr/sbin
|
||||||
sudo bash ./setup-ngxblocker -x
|
sudo bash ./setup-ngxblocker -i /usr/sbin/install-ngxblocker -x
|
||||||
|
|
||||||
# ************************
|
# ************************
|
||||||
# Load our Nginx.conf file
|
# Load our Nginx.conf file
|
||||||
|
|
Loading…
Add table
Reference in a new issue