mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-04 03:29:57 +00:00
double space -> space for tidiness
This commit is contained in:
parent
b5156a15c8
commit
868aa15213
5 changed files with 7 additions and 7 deletions
|
@ -417,7 +417,7 @@ main() {
|
|||
|
||||
# by default do not change any files
|
||||
if [ -z "$DRY_RUN" ]; then
|
||||
printf "\n** Dry Run ** | not updating files | run as '$(basename $0) -x' to setup files.\n\n"
|
||||
printf "\n** Dry Run ** | not updating files | run as '$(basename $0) -x' to setup files.\n\n"
|
||||
else
|
||||
printf "\n"
|
||||
fi
|
||||
|
|
|
@ -78,7 +78,7 @@ This will show you output as follows of the changes that will be made
|
|||
```
|
||||
Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/include_filelist.txt
|
||||
|
||||
** Dry Run ** | not updating files | run as 'install-ngxblocker -x' to install files.
|
||||
** Dry Run ** | not updating files | run as 'install-ngxblocker -x' to install files.
|
||||
|
||||
Creating directory: /etc/nginx/bots.d
|
||||
|
||||
|
@ -176,7 +176,7 @@ All Nginx installations I know of have this default include in the nginx.conf fi
|
|||
```
|
||||
Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/include_filelist.txt
|
||||
|
||||
** Dry Run ** | not updating files | run as 'setup-ngxblocker -x' to setup files.
|
||||
** Dry Run ** | not updating files | run as 'setup-ngxblocker -x' to setup files.
|
||||
|
||||
INFO: /etc/nginx/conf.d/* detected => /etc/nginx/nginx.conf
|
||||
inserting: include /etc/nginx/bots.d/blockbots.conf; => /etc/nginx/sites-available/mydomain2.com.vhost
|
||||
|
|
|
@ -108,7 +108,7 @@ This will show you output as follows of the changes that will be made
|
|||
```text
|
||||
Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/include_filelist.txt
|
||||
|
||||
** Dry Run ** | not updating files | run as 'install-ngxblocker -x' to install files.
|
||||
** Dry Run ** | not updating files | run as 'install-ngxblocker -x' to install files.
|
||||
|
||||
Creating directory: /etc/nginx/bots.d
|
||||
|
||||
|
@ -206,7 +206,7 @@ All Nginx installations I know of have this default include in the nginx.conf fi
|
|||
```text
|
||||
Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/include_filelist.txt
|
||||
|
||||
** Dry Run ** | not updating files | run as 'setup-ngxblocker -x' to setup files.
|
||||
** Dry Run ** | not updating files | run as 'setup-ngxblocker -x' to setup files.
|
||||
|
||||
INFO: /etc/nginx/conf.d/* detected => /etc/nginx/nginx.conf
|
||||
inserting: include /etc/nginx/bots.d/blockbots.conf; => /etc/nginx/sites-available/mydomain2.com.vhost
|
||||
|
|
|
@ -417,7 +417,7 @@ main() {
|
|||
|
||||
# by default do not change any files
|
||||
if [ -z "$DRY_RUN" ]; then
|
||||
printf "\n** Dry Run ** | not updating files | run as '$(basename $0) -x' to setup files.\n\n"
|
||||
printf "\n** Dry Run ** | not updating files | run as '$(basename $0) -x' to setup files.\n\n"
|
||||
else
|
||||
printf "\n"
|
||||
fi
|
||||
|
|
|
@ -447,7 +447,7 @@ main() {
|
|||
|
||||
# by default do not change any files
|
||||
if [ -z "$DRY_RUN" ]; then
|
||||
printf "\n** Dry Run ** | not updating files | run as '$(basename $0) -x' to setup files.\n\n"
|
||||
printf "\n** Dry Run ** | not updating files | run as '$(basename $0) -x' to setup files.\n\n"
|
||||
else
|
||||
printf "\n"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue