Skip to content
Snippets Groups Projects
Commit dffd4791 authored by Carmelo Pellegrino's avatar Carmelo Pellegrino
Browse files

ROOT filename corrected

parent bd511ddd
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ done | zenity --progress \
run_number=`get_run_number`
ROOT_FILE=`printf "KM3NeT_%08d.root" ${run_number}`
ROOT_FILE=`printf "KM3NeT_%08d_%08d.root" ${DETECTOR_ID} ${run_number}`
ssh ${DAQ_USER}@${DAQ_SERVER} "[ -e ${ROOT_FILE} ]" && {
log "A root file for the current run already exists. Run ${run_number} canceled."
zenity --error --text="A root file for the current run already exists. Run ${run_number} canceled." --title="Error (at $(date))"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment