TEST inserting includes in install-nginx-2 REF: #256 REF: #266

This commit is contained in:
Mitchell Krog 2019-06-28 18:35:45 +02:00
parent a51e15a7fe
commit 46772c06a9
No known key found for this signature in database
GPG key ID: C243C388553EDE5D

View file

@ -122,6 +122,9 @@ sudo bash ./install-ngxblocker -x -c /usr/local/nginx/conf.d -b /usr/local/nginx
# Run setup-ngxblocker # Run setup-ngxblocker
# ******************** # ********************
# Force Includes to be written
sudo cp ${TRAVIS_BUILD_DIR}/.dev-tools/test_units/nginx.conf-newformat /etc/nginx/nginx.conf
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 -c /usr/local/nginx/conf.d -b /usr/local/nginx/bots.d sudo bash ./setup-ngxblocker -x -c /usr/local/nginx/conf.d -b /usr/local/nginx/bots.d