Re-Gen Test

- Fixed some formatting in install scripts
This commit is contained in:
Mitchell Krog 2017-07-30 10:16:56 +02:00
parent 16d9d9c481
commit 815a4c23d4
3 changed files with 2 additions and 16 deletions

View file

@ -190,7 +190,7 @@ sudo service nginx reload
# Make sure we test latest generated globalblacklist.conf
# *******************************************************
printf '\n%s\n%s\n%s\n\n' "####################################################" "Copy latest generated globalblacklist.conf file to test for errors" "####################################################"
printf '\n%s\n%s\n%s\n\n' "##############################################################################" "Copy latest generated globalblacklist.conf file to test for any compile errors" "##############################################################################"
sudo cp $TRAVIS_BUILD_DIR/conf.d/globalblacklist.conf /etc/nginx/conf.d/globalblacklist.conf
# *********************