Skip to content

Commit 17000dd

Browse files
committed
Change location of log file
1 parent fe7fc86 commit 17000dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nectarchain/user_scripts/jlenain/cronjob_parse_dqm_fits_file.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

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

1011
. "/opt/conda/etc/profile.d/conda.sh"

0 commit comments

Comments
 (0)