Skip to content

Commit e4b5082

Browse files
authored
Fix call to removed function in trap (#88)
1 parent b6b93f7 commit e4b5082

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

builder.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,8 +747,6 @@ function codenotary_validate() {
747747

748748
function error_handling() {
749749
stop_docker
750-
clean_crosscompile
751-
752750
bashio::exit.nok "Abort by User"
753751
}
754752
trap 'error_handling' SIGINT SIGTERM

0 commit comments

Comments
 (0)