kopia lustrzana https://github.com/jupyterhub/repo2docker
Explicitly close log output
rodzic
957571f739
commit
044e112bae
|
@ -19,3 +19,6 @@ if [[ ! -z "${R2D_ENTRYPOINT:-}" ]]; then
|
|||
else
|
||||
exec "$@" >&"$log_fd" 2>&1
|
||||
fi
|
||||
|
||||
# Close the loggging output aggain
|
||||
exec {log_fd}>&-
|
||||
|
|
Ładowanie…
Reference in New Issue