Skip to content

Commit

Permalink
Merge pull request #4671 from marianne013/updatebashrc
Browse files Browse the repository at this point in the history
[integration] added example of DIRAC_NO_CFG into bashrc
  • Loading branch information
Andrei Tsaregorodtsev authored Jul 30, 2020
2 parents 6cc2a9a + a09a557 commit 92930d8
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 92930d8

Please sign in to comment.