Skip to content

[MRG] Disable bash trace output in conda activation script #1425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2025

Conversation

mfisher87
Copy link
Contributor

Resolves #1424

Remove -x to be less spammy. Retain -e to exit on errors! (reference: https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html)

Remove `-x` to be less spammy. Retain `-e` to exit on errors.
@manics manics merged commit e795060 into jupyterhub:main May 12, 2025
21 checks passed
@mfisher87 mfisher87 deleted the disable-trace-output branch May 12, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Whenever I open a terminal in JupyterHub, I see a lot of bash trace output
2 participants