Skip to content

Commit

Permalink
Move set -e to shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Jul 4, 2020
1 parent 3edfcd9 commit 7ae1949
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/sh -l

set -e
#!/bin/sh -le

PKG="meeDamian/[email protected]"

Expand Down

0 comments on commit 7ae1949

Please sign in to comment.