Skip to content

Commit

Permalink
Stop handling errors before we play with the EC2 CLI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacoutot committed Dec 12, 2015
1 parent 9f9a318 commit fd04c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create-ami.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ echo
rm -f ${_LOG}
rmdir ${_MNT} || true

set +e
trap - TERM

if [[ ${S3UPLOAD} == "YES" ]]; then
Expand Down

0 comments on commit fd04c6e

Please sign in to comment.