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

test whether a root file already exists corrected

parent 4332fdf5
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ done | zenity --progress \
run_number=`get_run_number`
ROOT_FILE=`printf "${DIR}/KM3NeT_%08d.root" ${run_number}`
ROOT_FILE=`printf "KM3NeT_%08d.root" ${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