Skip to content

Commit 1e5fbce

Browse files
committed
int
1 parent 350c995 commit 1e5fbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/docker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ cleanup() {
365365
}
366366
367367
# Trap SIGINT (Ctrl+C) and SIGTERM signals
368-
trap 'cleanup' SIGINT SIGTERM
368+
trap 'cleanup' INT TERM
369369
370370
# Main loop or processing logic (replace with your script's logic)
371371
while true; do

0 commit comments

Comments
 (0)