Skip to content

Commit

Permalink
Change location of log file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenain committed Oct 2, 2024
1 parent 17000dd commit b064f76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

# Log everything to $LOGFILE
LOGFILE=${0%".sh"}_$(date +%F).log
LOGFILE=$HOME/log/$(basename $LOGFILE)
exec 1>"$LOGFILE" 2>&1

source /opt/cta/mambaforge/etc/profile.d/conda.sh
Expand Down

0 comments on commit b064f76

Please sign in to comment.