Skip to content

Commit 848a8a3

Browse files
get output of mkdir command
1 parent d1e5923 commit 848a8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-ci/install-nginx2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ 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
66+
sudo mkdir /etc/nginx/bots.d 2>&1
6767
sudo chmod +x $TRAVIS_BUILD_DIR/install-ngxblocker
6868
sudo $TRAVIS_BUILD_DIR/install-ngxblocker 2>&1
6969
sudo $TRAVIS_BUILD_DIR/install-ngxblocker -h 2>&1

0 commit comments

Comments
 (0)