Skip to content
Snippets Groups Projects
Commit 5eed28cb authored by Federico Stagni's avatar Federico Stagni
Browse files

var fix

parent ab538def
No related branches found
No related tags found
No related merge requests found
......@@ -19,10 +19,10 @@ for switch in Script.getUnprocessedSwitches():
passwd = switch[1]
if not passwd:
gLogger.error( "Error: No argument provided\n%s:" % Script.scriptName )
Script.showHelp()
exit( 1 )
gLogger.error( "Error: No argument provided\n%s:" % Script.scriptName )
Script.showHelp()
exit( 1 )
from DIRAC.ConfigurationSystem.Client.CSAPI import CSAPI
csAPI = CSAPI()
......
......@@ -389,7 +389,7 @@ function sourcingEnv(){
function setupBKKDB(){
echo -e "==> Setting up the Bookkeeping Database"
python $TESTCODE/LHCbDIRAC/tests/Jenkins/dirac-bkk-cfg-update.py -p $VAR_ORACLEDB_Password $DEBUG
python $TESTCODE/LHCbDIRAC/tests/Jenkins/dirac-bkk-cfg-update.py -p $ORACLEDB_PASSWORD $DEBUG
}
#-------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment