Skip to content

Commit f485835

Browse files
committed
Fix typo
1 parent cad0773 commit f485835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nectarchain/user_scripts/jlenain/dqm_job_submitter/dqm_processor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ WRAPPER="singularity_wrapper.sh"
5454
# CONTAINER="/cvmfs/sw.hess-experiment.eu/software/containers/nectarchain_w_2025_03"
5555
# or using a local container image:
5656
CONTAINER="$HOME/nectarchain.sif"
57-
OUTDIR=NectarCAM${camera}_DQM_Run${runnb}
57+
OUTDIR=${camera}_DQM_Run${runnb}
5858
DIRAC_OUTDIR=/ctao/user/j/jlenain/nectarcam/dqm/${camera}
5959

6060
function exit_script() {

0 commit comments

Comments
 (0)