Skip to content

Commit

Permalink
Fix breeze redirect on macOS (#14506)
Browse files Browse the repository at this point in the history
  • Loading branch information
vemikhaylov authored Feb 27, 2021
1 parent 50a1504 commit f9cc775
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions breeze
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ AIRFLOW_SOURCES="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
if [[ ${BREEZE_REDIRECT=} == "" ]]; then
mkdir -p "${AIRFLOW_SOURCES}"/logs
export BREEZE_REDIRECT="true"
set +u
"${0}" "${@}" 2>&1 | tee "${AIRFLOW_SOURCES}"/logs/breeze.out
set -u
exit
fi

Expand Down

0 comments on commit f9cc775

Please sign in to comment.