fix crond example

This commit is contained in:
Malin Freeborn 2022-11-28 23:47:56 +01:00
parent b2e775c7d3
commit 31b29ee394
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ First add `HOME=/home/user`, then you can use syntax like this:
You can also add your regular path to your crontab as a variable (see example below).
If you're using vim as the editor, just run this at the top of your crontab:
> :r!echo $PATH
> :r!echo PATH=$PATH
### Location