mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Fix typo in install-nginx.sh
This commit is contained in:
parent
6a91d8a63f
commit
0d0d7a03a6
1 changed files with 2 additions and 1 deletions
|
@ -57,9 +57,10 @@ sudo ./update-ngxblocker
|
||||||
#sudo service nginx reload
|
#sudo service nginx reload
|
||||||
|
|
||||||
# Set all our other setup and deploy scripts to be executable
|
# Set all our other setup and deploy scripts to be executable
|
||||||
|
|
||||||
sudo chmod +x $TRAVIS_BUILD_DIR/travisCI/modify-globalblacklist.sh
|
sudo chmod +x $TRAVIS_BUILD_DIR/travisCI/modify-globalblacklist.sh
|
||||||
sudo chmod +x $TRAVIS_BUILD_DIR/travisCI/modify-readme.sh
|
sudo chmod +x $TRAVIS_BUILD_DIR/travisCI/modify-readme.sh
|
||||||
sudo chmod +x $TRAVIS_BUILD_DIR/travisCI/deploy-package.sh
|
sudo chmod +x $TRAVIS_BUILD_DIR/travisCI/deploy-package.sh
|
||||||
sudo chmod +x $TRAVIS_BUILD_DIR/travisCI/change-file.sh
|
sudo chmod +x $TRAVIS_BUILD_DIR/travisCI/modify-files-and-commit.sh
|
||||||
|
|
||||||
# Travis now goes into the rest of the tests in the script: section of .travis.yml
|
# Travis now goes into the rest of the tests in the script: section of .travis.yml
|
Loading…
Add table
Reference in a new issue