Skip to content

Commit

Permalink
Shellcheck can't understand traps :(
Browse files Browse the repository at this point in the history
  • Loading branch information
padthaitofuhot committed Sep 16, 2024
1 parent 5af45fb commit 4384843
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ quit() {
}

trap_handler() {
# shellcheck disable=SC2317
printf '\n'
# shellcheck disable=SC2317
o "Signal caught..."
# shellcheck disable=SC2317
quit
}

Expand Down

0 comments on commit 4384843

Please sign in to comment.