Add option to run scripts in debug mode
This commit is contained in:
parent
16540a1dba
commit
7be1dccea7
8 changed files with 33 additions and 1 deletions
|
|
@ -15,7 +15,9 @@
|
|||
# limitations under the License.
|
||||
|
||||
set -e
|
||||
set -x
|
||||
if ! [ -z $DEBUG ]; then
|
||||
set -x
|
||||
fi
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue