diff --git a/.deprecated/.dev-tools/setup-ngxblocker/setup-ngxblocker b/.deprecated/.dev-tools/setup-ngxblocker/setup-ngxblocker index 99b1b1917..69f3f2451 100644 --- a/.deprecated/.dev-tools/setup-ngxblocker/setup-ngxblocker +++ b/.deprecated/.dev-tools/setup-ngxblocker/setup-ngxblocker @@ -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 diff --git a/AUTO-CONFIGURATION.md b/AUTO-CONFIGURATION.md index 4bd35c4ee..127533b3f 100755 --- a/AUTO-CONFIGURATION.md +++ b/AUTO-CONFIGURATION.md @@ -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 diff --git a/README.md b/README.md index f843360ac..84430f6f1 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/dev-tools/setup-ngxblocker/setup-ngxblocker b/dev-tools/setup-ngxblocker/setup-ngxblocker index 99b1b1917..69f3f2451 100644 --- a/dev-tools/setup-ngxblocker/setup-ngxblocker +++ b/dev-tools/setup-ngxblocker/setup-ngxblocker @@ -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 diff --git a/install-ngxblocker b/install-ngxblocker index 4673252f1..a4e315812 100755 --- a/install-ngxblocker +++ b/install-ngxblocker @@ -333,7 +333,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 install files.\n\n" + printf "\n** Dry Run ** | not updating files | run as '$(basename $0) -x' to install files.\n\n" else printf "\n" fi diff --git a/setup-ngxblocker b/setup-ngxblocker index ea7009490..4b4ad7314 100755 --- a/setup-ngxblocker +++ b/setup-ngxblocker @@ -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