Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Nov 17, 2023
1 parent 8630717 commit 4e7b12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/desi_tucson_transfer_catchup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ for d in engineering/focalplane engineering/focalplane/hwtables \
log=${log_root}/catchup_$(tr '/' '_' <<<${d}).log
[[ -f ${log} ]] || touch ${log}
echo "${priority} ${syn} ${exclude} ${src}/${d}/ ${dst}/${d}/ &>> ${log} &"
# ${priority} ${syn} ${exclude} ${src}/${d}/ ${dst}/${d}/ &>> ${log} &
${priority} ${syn} ${exclude} ${src}/${d}/ ${dst}/${d}/ &>> ${log} &
done

# log=${log_root}/catchup_engineering_focalplane.log
Expand Down

0 comments on commit 4e7b12b

Please sign in to comment.