From 3766b592d8cad257399b9bb5aad56a48655cf688 Mon Sep 17 00:00:00 2001 From: "Ryan@SOLARIS-DAQ" Date: Fri, 14 Apr 2023 13:04:14 -0400 Subject: [PATCH] bug fix for SetupNewExp --- SetupNewExp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SetupNewExp b/SetupNewExp index 50a0ffc..cfea1ba 100755 --- a/SetupNewExp +++ b/SetupNewExp @@ -172,7 +172,10 @@ if [ ${PCID} -eq 1 ]; then if [ ${isBranchExist} -eq 0 ]; then haha2="RunID,start=0 value=0,expName=\"${expName}\",comment=\"New_experiment_[${expName}]_was_created.\"" else - haha2="RunID,start=0 value=0,expName=\"${expName}\",comment=\"New_experiment_[${expName}]_was_switched.\"" + + source working/expName.sh + + haha2="RunID,start=0 value=${runID},expName=\"${expName}\",comment=\"New_experiment_[${expName}]_was_switched.\"" fi #echo $haha1 #echo $haha2