Skip to content

Commit d22fbbe

Browse files
author
yolo h8cker 93
committed
Fix(aws): Ensure trap is run when command successful
1 parent f8b22a2 commit d22fbbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws/setup/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ mkdir -p logs
7474
ulimit -n 65536
7575

7676
# Execute the command passed to container
77-
exec "$@"
77+
"$@"

0 commit comments

Comments
 (0)