Merge pull request #255 from swachter/disable-on-error-exit

unset immediatly exit flag (set +e) in launch script
This commit is contained in:
eugene yokota 2019-02-22 22:24:24 -05:00 committed by GitHub
commit cb564a077d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash
set +e
### ------------------------------- ###
### Helper methods for BASH scripts ###