Swtiched to only set -e

This commit is contained in:
Jean-Pierre
2016-08-15 17:13:03 +01:00
parent 7434702b51
commit dadb49429d

View File

@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
set -eo pipefail set -e
[ "$DEBUG" ] && set -x [ "$DEBUG" ] && set -x