From 3b0d1fdb9fcfee163a600dd8226a47eb9fb86cd4 Mon Sep 17 00:00:00 2001 From: Chiara Zampolli Date: Fri, 24 May 2024 11:51:50 +0200 Subject: [PATCH] Fix export to set the QC json from outside (#1649) --- DATA/production/configurations/asyncReco/setenv_extra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATA/production/configurations/asyncReco/setenv_extra.sh b/DATA/production/configurations/asyncReco/setenv_extra.sh index f839cea9d..7db196aec 100644 --- a/DATA/production/configurations/asyncReco/setenv_extra.sh +++ b/DATA/production/configurations/asyncReco/setenv_extra.sh @@ -662,7 +662,7 @@ export GEN_TOPO_WORKDIR="./" #export QC_JSON_FROM_OUTSIDE="QC-20211214.json" if [[ -n $ALIEN_JDL_QCJSONFROMOUTSIDE ]]; then - QC_JSON_FROM_OUTSIDE=$ALIEN_JDL_QCJSONFROMOUTSIDE + export QC_JSON_FROM_OUTSIDE=$ALIEN_JDL_QCJSONFROMOUTSIDE fi if [[ ! -z $QC_JSON_FROM_OUTSIDE ]]; then sed -i 's/REPLACE_ME_RUNNUMBER/'"${RUNNUMBER}"'/g' $QC_JSON_FROM_OUTSIDE