Skip to content

Commit

Permalink
Merge pull request #21 from njacazio/O2AT
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
romainschotter authored Oct 11, 2024
2 parents 6a0b74f + c60a4b3 commit 56521f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorials/PWGLF/Strangeness/PbPb/Analysis/run_step0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ $rc -eq 0 ]; then
echo "No problems!"
mkdir -p "${DIR_THIS}/results/step${STEP}"
mv AnalysisResults.root "${DIR_THIS}/results/step${STEP}/AnalysisResults.root"
mv dpl-config.json " "${DIR_THIS}/results/step${STEP}/step${STEP}.json""
mv dpl-config.json "${DIR_THIS}/results/step${STEP}/step${STEP}.json"
else
echo "Error: Exit code ${rc}"
echo "Check the log file ${LOGFILE}"
Expand Down

0 comments on commit 56521f8

Please sign in to comment.