Skip to content

Commit

Permalink
Fix call to removed function in trap (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Apr 9, 2021
1 parent b6b93f7 commit e4b5082
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -747,8 +747,6 @@ function codenotary_validate() {

function error_handling() {
stop_docker
clean_crosscompile

bashio::exit.nok "Abort by User"
}
trap 'error_handling' SIGINT SIGTERM
Expand Down

0 comments on commit e4b5082

Please sign in to comment.