Skip to content

Commit 0f4e203

Browse files
Try get verbose output on command line shell scripts
1 parent 243bde3 commit 0f4e203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis-ci/install-nginx2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Travis CI Bash Script for Installing Nginx on Travis CI and Testing Configurations
33
# https://github.com/mitchellkrogza
44

5-
#set -e
6-
#set -x
5+
set -e
6+
set -x
77

88
#DIR=$(realpath $(dirname "$0"))
99
#USER=$(whoami)

0 commit comments

Comments
 (0)