We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a0b74f + c60a4b3 commit 56521f8Copy full SHA for 56521f8
1 file changed
Tutorials/PWGLF/Strangeness/PbPb/Analysis/run_step0.sh
@@ -16,7 +16,7 @@ if [ $rc -eq 0 ]; then
16
echo "No problems!"
17
mkdir -p "${DIR_THIS}/results/step${STEP}"
18
mv AnalysisResults.root "${DIR_THIS}/results/step${STEP}/AnalysisResults.root"
19
- mv dpl-config.json " "${DIR_THIS}/results/step${STEP}/step${STEP}.json""
+ mv dpl-config.json "${DIR_THIS}/results/step${STEP}/step${STEP}.json"
20
else
21
echo "Error: Exit code ${rc}"
22
echo "Check the log file ${LOGFILE}"
0 commit comments