Skip to content
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

[integration] added example of DIRAC_NO_CFG into bashrc #4671

Merged
merged 3 commits into from
Jul 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Core/scripts/dirac-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,7 @@ def createBashrc():
lines.append('# export DIRAC_USE_M2CRYPTO=true')
lines.append('# export DIRAC_USE_NEWTHREADPOOL=yes')
lines.append('# export DIRAC_VOMSES=$DIRAC/etc/grid-security/vomses')

lines.append('# export DIRAC_NO_CFG=true')
lines.append('')
f = open(bashrcFile, 'w')
f.write('\n'.join(lines))
Expand Down