Skip to content

Commit

Permalink
ComponentInstaller uses --cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Jul 21, 2020
1 parent 3539132 commit a066679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FrameworkSystem/Client/ComponentInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,8 @@ def installComponent(self, componentType, system, component, extensions, compone
[[ "%(componentType)s" = "agent" ]] && renice 20 -p $$
#%(bashVariables)s
#
exec python $DIRAC/DIRAC/Core/scripts/dirac-%(componentType)s.py %(system)s/%(component)s %(componentCfg)s < /dev/null
exec python $DIRAC/DIRAC/Core/scripts/dirac-%(componentType)s.py \
%(system)s/%(component)s --cfg %(componentCfg)s < /dev/null
""" % {'bashrc': os.path.join(self.instancePath, 'bashrc'),
'bashVariables': bashVars,
'componentType': componentType,
Expand Down

0 comments on commit a066679

Please sign in to comment.