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 1, 2024
1 parent fe7fc86 commit 17000dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

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

. "/opt/conda/etc/profile.d/conda.sh"
Expand Down

0 comments on commit 17000dd

Please sign in to comment.