Skip to content

Commit 9216ba4

Browse files
Try make bots.d directory manually
1 parent 5c2b4be commit 9216ba4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

travis-ci/install-nginx2.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ echo $TRAVIS_BUILD_DIR
6363
ls -la /etc/nginx
6464
#cd /home/travis/build/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration
6565
#ls -la
66+
sudo mkdir /etc/nginx/bots.d
6667
sudo chmod +x $TRAVIS_BUILD_DIR/install-ngxblocker
6768
sudo $TRAVIS_BUILD_DIR/install-ngxblocker 2>&1
6869
sudo $TRAVIS_BUILD_DIR/install-ngxblocker -h 2>&1
6970
sudo $TRAVIS_BUILD_DIR/install-ngxblocker -x 2>&1
7071
ls -la $TRAVIS_BUILD_DIR
71-
ls -la /etc/nginx
72+
ls -la /etc/nginx
73+
ls -la /etc/nginx/conf.d

0 commit comments

Comments
 (0)