Skip to content

Commit

Permalink
chrck difference
Browse files Browse the repository at this point in the history
  • Loading branch information
shaopei committed Feb 4, 2019
1 parent bcd56ec commit ab52aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proseq_HT/proseqHT.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ fi
tmp=`cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1`
TMPDIR=$TMPDIR/$tmp

exec > >(tee -a ${OUTPUT}/proseq_HT_Run_${tmp}.log)
exec > >(tee ${OUTPUT}/proseq_HT_Run_${tmp}.log)
exec 2>&1

## Print out
Expand Down

0 comments on commit ab52aa3

Please sign in to comment.