We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076787e commit f47296fCopy full SHA for f47296f
1 file changed
DATA/production/calib/its-threshold-aggregator.sh
@@ -11,7 +11,7 @@ PROXY_INSPEC="tunestring:ITS/TSTR;runtype:ITS/RUNT;fittype:ITS/FITT;scantype:ITS
11
CCDBPATH1=""
12
CCDBPATH2=""
13
if [ $RUNTYPE_ITS == "tuning" ] || [ $RUNTYPE_ITS == "digital" ] || [ $RUNTYPE_ITS == "tuningbb" ]; then
14
- CCDBPATH1="$DCSCCDBSERVER"
+ CCDBPATH1="$DCSCCDBSERVER_PERS"
15
CCDBPATH2="http://o2-ccdb.internal"
16
else
17
CCDBPATH1="http://o2-ccdb.internal"
0 commit comments