Skip to content

Commit

Permalink
Set proper flags to ensure failing commands cause exit
Browse files Browse the repository at this point in the history
  • Loading branch information
exoszajzbuk committed Feb 5, 2018
1 parent 210f0e6 commit cb18384
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bashistrano
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash

# Bashistrano - A bash deployment automation tool

Expand All @@ -25,6 +25,8 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

set -Eeuo pipefail

VERSION='1.1.0'

# --------------------
Expand Down

0 comments on commit cb18384

Please sign in to comment.