Skip to content

Commit 7342c3d

Browse files
committed
write output to file
1 parent 4f9da5a commit 7342c3d

File tree

1 file changed

+1
-1
lines changed
  • molgenis-compute-core/src/main/resources/templates/slurm

1 file changed

+1
-1
lines changed

molgenis-compute-core/src/main/resources/templates/slurm/header_gaf.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ touch ${taskId}.sh.started
6464
if [ -f Timesheet.txt ]
6565
then
6666
DATE=`date +%Y-%m-%d`
67-
printf "\n\n${DATE}"
67+
printf "\n\n${DATE}" >> Timesheet.txt
6868
fi
6969
SECONDS=0

0 commit comments

Comments
 (0)