Skip to content

Commit 044e112

Browse files
committed
Explicitly close log output
1 parent 957571f commit 044e112

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

repo2docker/buildpacks/repo2docker-entrypoint

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ if [[ ! -z "${R2D_ENTRYPOINT:-}" ]]; then
1919
else
2020
exec "$@" >&"$log_fd" 2>&1
2121
fi
22+
23+
# Close the loggging output aggain
24+
exec {log_fd}>&-

0 commit comments

Comments
 (0)