unset immediatly exit flag (set +e) in launch script

This commit is contained in:
Stefan Wachter 2019-02-06 17:48:39 +01:00
parent b28d203910
commit 9780c6218f
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 ###