Skip to content

Commit 859f32b

Browse files
committed
enh: improve readme
1 parent 3102846 commit 859f32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ chmod +x scripts/update_plots.sh
8282
To run it every Monday at 5 AM, add this line to your crontab:
8383

8484
```
85-
0 5 * * 1 /path/to/fmriprep_stats/scripts/update_plots.sh >>/tmp/update_plots.log 2>&1
85+
0 5 * * 1 /path/to/fmriprep_stats/scripts/update_plots.sh 2>> $HOME/var/logs/update_plots.err >> $HOME/var/logs/update_plots.log
8686
```
8787

0 commit comments

Comments
 (0)