File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
1010 [[ -z " $QC_JSON_TPC " ]] && QC_JSON_TPC=consul://o2/components/qc/ANY/any/tpc-full-qcmn
1111 [[ -z " $QC_JSON_ITS " ]] && QC_JSON_ITS=consul://o2/components/qc/ANY/any/its-qcmn-epn-full
1212 [[ -z " $QC_JSON_MFT " ]] && QC_JSON_MFT=consul://o2/components/qc/ANY/any/mft-full-qcmn
13- if [[ -z " $QC_JSON_TOF " ]]; then
13+ if [[ -z " $QC_JSON_TOF " ]]; then
1414 if has_detector_flp_processing TOF; then
1515 QC_JSON_TOF=consul://o2/components/qc/ANY/any/tof-full-qcmn
1616 else
@@ -160,7 +160,7 @@ if [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
160160fi
161161
162162if [[ ! -z " $QC_JSON_FROM_OUTSIDE " ]]; then
163- add_W o2-qc " --config json://$QC_JSON_FROM_OUTSIDE ${QC_CONFIG_PARAM:- --local --host ${QC_HOST:- localhost} } ${QC_CONFIG} " " " 0
163+ add_W o2-qc " --config json://$QC_JSON_FROM_OUTSIDE ${QC_CONFIG_PARAM:- --local --host ${QC_HOST:- localhost} } ${QC_CONFIG} "
164164fi
165165
166166true # everything OK up to this point, so the script should return 0 (it is !=0 if the last check failed)
You can’t perform that action at this time.
0 commit comments