Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
CorradoLanera committed Aug 22, 2024
1 parent 6030c81 commit cb986df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Save and exit.
> 23: The hour when the script will run (23rd hour, i.e., 11 PM).
> * * *: These asterisks represent the day of the month, month, and day of the week, respectively. The * means "any value," so this script will run every day.
>
> Make sure to replace `/path/to/your/cycle.R` with the actual path to your `cycle.R` script., and `/path/to/redcap.gpt.log` with the actual path of your (possibly newly created) `redcap.gpt.log` log file (e.g. `~/redcap.gpt.log`).
> Make sure to replace `/path/to/your/cycle.R` with the actual path to your `cycle.R` script., and `/path/to/redcap.gpt.log` with the actual path of your (possibly newly created) `redcap.gpt.log` log file (e.g. `~/redcap.gpt.log`). Pay attention that crontab cannot expand `~`, so write full absolute paths to the interested files.
To check the cron job has been added and it is active now:

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ Save and exit.
> Make sure to replace `/path/to/your/cycle.R` with the actual path to
> your `cycle.R` script., and `/path/to/redcap.gpt.log` with the actual
> path of your (possibly newly created) `redcap.gpt.log` log file
> (e.g. `~/redcap.gpt.log`).
> (e.g. `~/redcap.gpt.log`). Pay attention that crontab cannot expand
> `~`, so write full absolute paths to the interested files.
To check the cron job has been added and it is active now:

Expand Down

0 comments on commit cb986df

Please sign in to comment.